Shades of Summer Green #85C2A0
Tints of Summer Green #85C2A0
RGB
CMYK
RGB Variations
Color information
#85C2A0 (or 0x85C2A0) is known color: Summer Green. HEX triplet: 85, C2 and A0. RGB value is (133,194,160). Sum of RGB (Red+Green+Blue) = 133+194+160=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 194 - color contains mainly: green. Hex color #85C2A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C2A0 is #7A3D5F. Grayscale: #ABABAB. Windows color (decimal): -8011104 or 10535557. OLE color: 10535557.
HSL color Cylindrical-coordinate representation of color #85C2A0: hue angle of 146.56º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85C2A0 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 194 | 160 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.24 |
| HSL | 146.56º | 0.33% | 0.64% | - |
| HSV(B) | 146.56º | 0.31% | 0.76% | - |
| XYZ | 35.31 | 46.11 | 40.3 | - |
| YUV | 171.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 194 | 160 | 0.31 | 0 | 0.18 | 0.24 | 146.56 | 0.33 | 0.64 |
| Hex | 85 | C2 | A0 | 1F | 0 | 12 | 18 | 93 | 21 | 40 |
| Octal | 205 | 302 | 240 | 37 | 0 | 22 | 30 | 223 | 41 | 100 |
| Binary | 10000101 | 11000010 | 10100000 | 11111 | 0 | 10010 | 11000 | 10010011 | 100001 | 1000000 |
Color Harmonies of #85C2A0
Complementary color
Monochromatic Colors of #85C2A0
Black with #85C2A0
Text Example
Text Example
White with #85C2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C2A0; }
p { color: rgb(133,194,160); }
H1.HeaderClassName
{
color: #85C2A0;
}
.AnyTagClassName
{
color: #85C2A0;
}
</style>
background-color css
<style>
a { background-color: #85C2A0; }
a { background-color: rgb(133,194,160); }
div.DivClassName
{
background-color: #85C2A0;
}
.BgClassName
{
background-color: #85C2A0;
}
</style>
border-color css
<style>
span { border-color: #85C2A0; }
span { border-color: rgb(133,194,160); }
td.TdClassName
{
border-color: #85C2A0;
}
.TagClassName
{
border-color: #85C2A0;
}
</style>