Shades of Summer Green #85CBA0
Tints of Summer Green #85CBA0
RGB
CMYK
RGB Variations
Color information
#85CBA0 (or 0x85CBA0) is known color: Summer Green. HEX triplet: 85, CB and A0. RGB value is (133,203,160). Sum of RGB (Red+Green+Blue) = 133+203+160=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 203 - color contains mainly: green. Hex color #85CBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CBA0 is #7A345F. Grayscale: #B1B1B1. Windows color (decimal): -8008800 or 10537861. OLE color: 10537861.
HSL color Cylindrical-coordinate representation of color #85CBA0: hue angle of 143.14º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85CBA0 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 203 | 160 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.20 |
| HSL | 143.14º | 0.4% | 0.66% | - |
| HSV(B) | 143.14º | 0.34% | 0.8% | - |
| XYZ | 37.37 | 50.24 | 40.98 | - |
| YUV | 177.17 | 118.31 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 203 | 160 | 0.34 | 0 | 0.21 | 0.20 | 143.14 | 0.4 | 0.66 |
| Hex | 85 | CB | A0 | 22 | 0 | 15 | 14 | 8F | 28 | 42 |
| Octal | 205 | 313 | 240 | 42 | 0 | 25 | 24 | 217 | 50 | 102 |
| Binary | 10000101 | 11001011 | 10100000 | 100010 | 0 | 10101 | 10100 | 10001111 | 101000 | 1000010 |
Color Harmonies of #85CBA0
Complementary color
Monochromatic Colors of #85CBA0
Black with #85CBA0
Text Example
Text Example
White with #85CBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CBA0; }
p { color: rgb(133,203,160); }
H1.HeaderClassName
{
color: #85CBA0;
}
.AnyTagClassName
{
color: #85CBA0;
}
</style>
background-color css
<style>
a { background-color: #85CBA0; }
a { background-color: rgb(133,203,160); }
div.DivClassName
{
background-color: #85CBA0;
}
.BgClassName
{
background-color: #85CBA0;
}
</style>
border-color css
<style>
span { border-color: #85CBA0; }
span { border-color: rgb(133,203,160); }
td.TdClassName
{
border-color: #85CBA0;
}
.TagClassName
{
border-color: #85CBA0;
}
</style>