Color: #85CFCC
#85CFCC Color Information
#85CFCC is a light color. The closest websafe version is #85CFCC. A complement of this color would be #D08688, perceived brightness is 0.72, and the grayscale version is #AAAAAA.
In the HSL color space, this color has a hue angle of 178°,a saturation of 44%, and a lightness of 67%.The HSV representation shows a hue of 178°, a saturation of 36%, and a value of 81%.
In a RGB color space, #85CFCC is composed of 52% red, 81% green and 80% blue. Whereas in a CMYK color space, it is composed of 36% cyan, 0% magenta, 1% yellow and 19% black.
In the Yxy color space, this color is represented as Y: 53.61, x: 0.2937, and y: 0.3672.
Color Code #85CFCC
Shades of Color #85CFCC
Shades are created by darkening the original color #85CFCC 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 #85CFCC
Tints are created by lightening the original color #85CFCC 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 #85CFCC Color Code
In the HSL color space, this color has a hue angle of 178°, a saturation of 44%, and a lightness of 67%. The HSV representation shows a hue of 178°, a saturation of 36%, and a value of 81%.
- HEX: #85CFCC
- RGB: rgb(133, 207, 204)
- HSL: hsl(178, 44%, 67%)
- HSV: hsv(178, 36%, 81%)
- CMYK: 36.00% cyan, 0.00% magenta, 100.00% yellow, 19.00% black
- XYZ: 42.89, 53.61, 49.51
- Yxy: 53.61, 0.2937, 0.3672
- Hunter Lab: 78.23, -24.49, -6.21
- CIE-Lab: 78.23, -24.49, -6.21
In the XYZ color space, this color is represented as X: 42.89, Y: 53.61, Z: 49.51. The Yxy representation further refines this as Y: 53.61, x: 0.2937, and y: 0.3672.
In the Hunter Lab color space, this color is represented as L: 78.23, a: -24.49, and b: -6.21. Similarly, in the CIE-Lab color space, it is represented as L: 78.23, a: -24.49, and b: -6.21.
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 #85CFCC
Triadic colors are three colors evenly spaced around the color wheel, including #85CFCC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #85CFCC
Monochromatic colors are variations of #85CFCC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #85CFCC
The complementary color of #85CFCC 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 #85CFCC
/* Using HEX */ body { background-color: #85cfcc; }
/* Using RGB */ body { background-color: rgb(133, 207, 204); }
/* Using RGB with opacity */ body { background-color: rgba(133, 207, 204, 0.5); }
/* Using HSL */ body { background-color: hsl(178, 44%, 67%); }
/* Text color */ p { color: #85cfcc; }
/* Box shadow */ div { box-shadow: 4px 4px #85cfcc; }
/* Border color */ .box { border: 4px solid #85cfcc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #85cfcc; }
/* Background with text */ div { background: #85cfcc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #85CFCC
<!-- Using HEX --> <div style="background-color: #85cfcc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(133, 207, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(133, 207, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(178, 44%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #85cfcc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #85cfcc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #85cfcc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #85cfcc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #85cfcc; color: #fff; padding: 16px; border-radius: 8px;"> #85CFCC </div>
Related Colors of #85CFCC
These colors are similar to #85CFCC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.