Color: #408981
#408981 Color Information
#408981 is a dark color. The closest websafe version is #408981. A complement of this color would be #874048, perceived brightness is 0.45, and the grayscale version is #646464.
In the HSL color space, this color has a hue angle of 173°,a saturation of 36%, and a lightness of 39%.The HSV representation shows a hue of 173°, a saturation of 100%, and a value of 100%.
In a RGB color space, #408981 is composed of 25% red, 54% green and 51% blue. Whereas in a CMYK color space, it is composed of 53% cyan, 0% magenta, 6% yellow and 46% black.
In the Yxy color space, this color is represented as Y: 20.40, x: 0.2801, and y: 0.3807.
Color Code #408981
Shades of Color #408981
Shades are created by darkening the original color #408981 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #408981
Tints are created by lightening the original color #408981 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #408981 Color Code
In the HSL color space, this color has a hue angle of 173°, a saturation of 36%, and a lightness of 39%. The HSV representation shows a hue of 173°, a saturation of 53%, and a value of 54%.
- HEX: #408981
- RGB: rgb(64, 137, 129)
- HSL: hsl(173, 36%, 39%)
- HSV: hsv(173, 53%, 54%)
- CMYK: 53.00% cyan, 0.00% magenta, 6.00% yellow, 46.00% black
- XYZ: 15.01, 20.40, 18.18
- Yxy: 20.40, 0.2801, 0.3807
- Hunter Lab: 52.29, -25.39, -3.04
- CIE-Lab: 52.29, -25.39, -3.04
In the XYZ color space, this color is represented as X: 15.01, Y: 20.40, Z: 18.18. The Yxy representation further refines this as Y: 20.40, x: 0.2801, and y: 0.3807.
In the Hunter Lab color space, this color is represented as L: 52.29, a: -25.39, and b: -3.04. Similarly, in the CIE-Lab color space, it is represented as L: 52.29, a: -25.39, and b: -3.04.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #408981
Triadic colors are three colors evenly spaced around the color wheel, including #408981. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #408981
Monochromatic colors are variations of #408981, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #408981
The complementary color of #408981 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #408981
/* Using HEX */ body { background-color: #408981; }
/* Using RGB */ body { background-color: rgb(64, 137, 129); }
/* Using RGB with opacity */ body { background-color: rgba(64, 137, 129, 0.5); }
/* Using HSL */ body { background-color: hsl(173, 36%, 39%); }
/* Text color */ p { color: #408981; }
/* Box shadow */ div { box-shadow: 4px 4px #408981; }
HTML Examples of #408981
<!-- Using HEX --> <div style="background-color: #408981; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(64, 137, 129); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(64, 137, 129, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(173, 36%, 39%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #408981;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #408981; width: 100px; height: 100px;"></div>
Related Colors of #408981
These colors are similar to #408981, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.