Shades of Summer Green #85CCA2
Tints of Summer Green #85CCA2
RGB
CMYK
RGB Variations
Color information
#85CCA2 (or 0x85CCA2) is known color: Summer Green. HEX triplet: 85, CC and A2. RGB value is (133,204,162). Sum of RGB (Red+Green+Blue) = 133+204+162=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #85CCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CCA2 is #7A335D. Grayscale: #B2B2B2. Windows color (decimal): -8008542 or 10669189. OLE color: 10669189.
HSL color Cylindrical-coordinate representation of color #85CCA2: hue angle of 144.51º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CCA2 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 204 | 162 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.2 |
| HSL | 144.51º | 0.41% | 0.66% | - |
| HSV(B) | 144.51º | 0.35% | 0.8% | - |
| XYZ | 37.79 | 50.78 | 41.99 | - |
| YUV | 177.98 | 118.98 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 204 | 162 | 0.35 | 0 | 0.21 | 0.2 | 144.51 | 0.41 | 0.66 |
| Hex | 85 | CC | A2 | 23 | 0 | 15 | 14 | 91 | 29 | 42 |
| Octal | 205 | 314 | 242 | 43 | 0 | 25 | 24 | 221 | 51 | 102 |
| Binary | 10000101 | 11001100 | 10100010 | 100011 | 0 | 10101 | 10100 | 10010001 | 101001 | 1000010 |
Color Harmonies of #85CCA2
Complementary color
Monochromatic Colors of #85CCA2
Black with #85CCA2
Text Example
Text Example
White with #85CCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CCA2; }
p { color: rgb(133,204,162); }
H1.HeaderClassName
{
color: #85CCA2;
}
.AnyTagClassName
{
color: #85CCA2;
}
</style>
background-color css
<style>
a { background-color: #85CCA2; }
a { background-color: rgb(133,204,162); }
div.DivClassName
{
background-color: #85CCA2;
}
.BgClassName
{
background-color: #85CCA2;
}
</style>
border-color css
<style>
span { border-color: #85CCA2; }
span { border-color: rgb(133,204,162); }
td.TdClassName
{
border-color: #85CCA2;
}
.TagClassName
{
border-color: #85CCA2;
}
</style>