Shades of Summer Green #85BE9E
Tints of Summer Green #85BE9E
RGB
CMYK
RGB Variations
Color information
#85BE9E (or 0x85BE9E) is known color: Summer Green. HEX triplet: 85, BE and 9E. RGB value is (133,190,158). Sum of RGB (Red+Green+Blue) = 133+190+158=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BE9E is #7A4161. Grayscale: #A9A9A9. Windows color (decimal): -8012130 or 10403461. OLE color: 10403461.
HSL color Cylindrical-coordinate representation of color #85BE9E: hue angle of 146.32º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BE9E is Cyan = 0.3, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 190 | 158 | - |
| CMYK | 0.3 | 0 | 0.17 | 0.25 |
| HSL | 146.32º | 0.3% | 0.63% | - |
| HSV(B) | 146.32º | 0.3% | 0.75% | - |
| XYZ | 34.26 | 44.28 | 39.09 | - |
| YUV | 169.31 | 121.62 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 190 | 158 | 0.3 | 0 | 0.17 | 0.25 | 146.32 | 0.3 | 0.63 |
| Hex | 85 | BE | 9E | 1E | 0 | 11 | 19 | 92 | 1E | 3F |
| Octal | 205 | 276 | 236 | 36 | 0 | 21 | 31 | 222 | 36 | 77 |
| Binary | 10000101 | 10111110 | 10011110 | 11110 | 0 | 10001 | 11001 | 10010010 | 11110 | 111111 |
Color Harmonies of #85BE9E
Complementary color
Monochromatic Colors of #85BE9E
Black with #85BE9E
Text Example
Text Example
White with #85BE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BE9E; }
p { color: rgb(133,190,158); }
H1.HeaderClassName
{
color: #85BE9E;
}
.AnyTagClassName
{
color: #85BE9E;
}
</style>
background-color css
<style>
a { background-color: #85BE9E; }
a { background-color: rgb(133,190,158); }
div.DivClassName
{
background-color: #85BE9E;
}
.BgClassName
{
background-color: #85BE9E;
}
</style>
border-color css
<style>
span { border-color: #85BE9E; }
span { border-color: rgb(133,190,158); }
td.TdClassName
{
border-color: #85BE9E;
}
.TagClassName
{
border-color: #85BE9E;
}
</style>