Color: #809684
#809684 Color Information
#809684 is a light color. The closest websafe version is #809684. A complement of this color would be #978293, perceived brightness is 0.55, and the grayscale version is #8B8B8B.
In the HSL color space, this color has a hue angle of 131°,a saturation of 9%, and a lightness of 55%.The HSV representation shows a hue of 131°, a saturation of 15%, and a value of 59%.
In a RGB color space, #809684 is composed of 50% red, 59% green and 52% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 0% magenta, 12% yellow and 41% black.
In the Yxy color space, this color is represented as Y: 28.07, x: 0.3385, and y: 0.3884.
Color Code #809684
Shades of Color #809684
Shades are created by darkening the original color #809684 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 #809684
Tints are created by lightening the original color #809684 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 #809684 Color Code
In the HSL color space, this color has a hue angle of 131°, a saturation of 9%, and a lightness of 55%. The HSV representation shows a hue of 131°, a saturation of 15%, and a value of 59%.
- HEX: #809684
- RGB: rgb(128, 150, 132)
- HSL: hsl(131, 9%, 55%)
- HSV: hsv(131, 15%, 59%)
- CMYK: 15.00% cyan, 0.00% magenta, 12.00% yellow, 41.00% black
- XYZ: 24.46, 28.07, 19.74
- Yxy: 28.07, 0.3385, 0.3884
- Hunter Lab: 59.95, -10.85, 6.79
- CIE-Lab: 59.95, -10.85, 6.79
In the XYZ color space, this color is represented as X: 24.46, Y: 28.07, Z: 19.74. The Yxy representation further refines this as Y: 28.07, x: 0.3385, and y: 0.3884.
In the Hunter Lab color space, this color is represented as L: 59.95, a: -10.85, and b: 6.79. Similarly, in the CIE-Lab color space, it is represented as L: 59.95, a: -10.85, and b: 6.79.
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 #809684
Triadic colors are three colors evenly spaced around the color wheel, including #809684. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #809684
Split complementary colors are two colors adjacent to the complementary color of #809684. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #809684
Monochromatic colors are variations of #809684, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #809684
The complementary color of #809684 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 #809684
/* Using HEX */ body { background-color: #809684; }
/* Using RGB */ body { background-color: rgb(128, 150, 132); }
/* Using RGB with opacity */ body { background-color: rgba(128, 150, 132, 0.5); }
/* Using HSL */ body { background-color: hsl(131, 9%, 55%); }
/* Text color */ p { color: #809684; }
/* Box shadow */ div { box-shadow: 4px 4px #809684; }
/* Border color */ .box { border: 4px solid #809684; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #809684; }
/* Background with text */ div { background: #809684; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #809684
<!-- Using HEX --> <div style="background-color: #809684; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(128, 150, 132); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(128, 150, 132, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(131, 9%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #809684;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #809684; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #809684; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #809684;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #809684; color: #fff; padding: 16px; border-radius: 8px;"> #809684 </div>
Related Colors of #809684
These colors are similar to #809684, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.