Shades of Dark Sea Green #85B388
Tints of Dark Sea Green #85B388
RGB
CMYK
RGB Variations
Color information
#85B388 (or 0x85B388) is known color: Dark Sea Green. HEX triplet: 85, B3 and 88. RGB value is (133,179,136). Sum of RGB (Red+Green+Blue) = 133+179+136=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 179 - color contains mainly: green. Hex color #85B388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B388 is #7A4C77. Grayscale: #A0A0A0. Windows color (decimal): -8014968 or 8958853. OLE color: 8958853.
HSL color Cylindrical-coordinate representation of color #85B388: hue angle of 123.91º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85B388 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 179 | 136 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.30 |
| HSL | 123.91º | 0.23% | 0.61% | - |
| HSV(B) | 123.91º | 0.26% | 0.7% | - |
| XYZ | 30.24 | 39 | 29.23 | - |
| YUV | 160.34 | 114.26 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 179 | 136 | 0.26 | 0 | 0.24 | 0.30 | 123.91 | 0.23 | 0.61 |
| Hex | 85 | B3 | 88 | 1A | 0 | 18 | 1E | 7C | 17 | 3D |
| Octal | 205 | 263 | 210 | 32 | 0 | 30 | 36 | 174 | 27 | 75 |
| Binary | 10000101 | 10110011 | 10001000 | 11010 | 0 | 11000 | 11110 | 1111100 | 10111 | 111101 |
Color Harmonies of #85B388
Complementary color
Monochromatic Colors of #85B388
Black with #85B388
Text Example
Text Example
White with #85B388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B388; }
p { color: rgb(133,179,136); }
H1.HeaderClassName
{
color: #85B388;
}
.AnyTagClassName
{
color: #85B388;
}
</style>
background-color css
<style>
a { background-color: #85B388; }
a { background-color: rgb(133,179,136); }
div.DivClassName
{
background-color: #85B388;
}
.BgClassName
{
background-color: #85B388;
}
</style>
border-color css
<style>
span { border-color: #85B388; }
span { border-color: rgb(133,179,136); }
td.TdClassName
{
border-color: #85B388;
}
.TagClassName
{
border-color: #85B388;
}
</style>