Shades of Summer Green #85CEA0
Tints of Summer Green #85CEA0
RGB
CMYK
RGB Variations
Color information
#85CEA0 (or 0x85CEA0) is known color: Summer Green. HEX triplet: 85, CE and A0. RGB value is (133,206,160). Sum of RGB (Red+Green+Blue) = 133+206+160=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #85CEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CEA0 is #7A315F. Grayscale: #B3B3B3. Windows color (decimal): -8008032 or 10538629. OLE color: 10538629.
HSL color Cylindrical-coordinate representation of color #85CEA0: hue angle of 142.19º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CEA0 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 206 | 160 | - |
| CMYK | 0.35 | 0 | 0.22 | 0.19 |
| HSL | 142.19º | 0.43% | 0.66% | - |
| HSV(B) | 142.19º | 0.35% | 0.81% | - |
| XYZ | 38.09 | 51.67 | 41.22 | - |
| YUV | 178.93 | 117.32 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 160 | 0.35 | 0 | 0.22 | 0.19 | 142.19 | 0.43 | 0.66 |
| Hex | 85 | CE | A0 | 23 | 0 | 16 | 13 | 8E | 2B | 42 |
| Octal | 205 | 316 | 240 | 43 | 0 | 26 | 23 | 216 | 53 | 102 |
| Binary | 10000101 | 11001110 | 10100000 | 100011 | 0 | 10110 | 10011 | 10001110 | 101011 | 1000010 |
Color Harmonies of #85CEA0
Complementary color
Monochromatic Colors of #85CEA0
Black with #85CEA0
Text Example
Text Example
White with #85CEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CEA0; }
p { color: rgb(133,206,160); }
H1.HeaderClassName
{
color: #85CEA0;
}
.AnyTagClassName
{
color: #85CEA0;
}
</style>
background-color css
<style>
a { background-color: #85CEA0; }
a { background-color: rgb(133,206,160); }
div.DivClassName
{
background-color: #85CEA0;
}
.BgClassName
{
background-color: #85CEA0;
}
</style>
border-color css
<style>
span { border-color: #85CEA0; }
span { border-color: rgb(133,206,160); }
td.TdClassName
{
border-color: #85CEA0;
}
.TagClassName
{
border-color: #85CEA0;
}
</style>