Shades of Dark Sea Green #85B888
Tints of Dark Sea Green #85B888
RGB
CMYK
RGB Variations
Color information
#85B888 (or 0x85B888) is known color: Dark Sea Green. HEX triplet: 85, B8 and 88. RGB value is (133,184,136). Sum of RGB (Red+Green+Blue) = 133+184+136=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 184 - color contains mainly: green. Hex color #85B888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B888 is #7A4777. Grayscale: #A3A3A3. Windows color (decimal): -8013688 or 8960133. OLE color: 8960133.
HSL color Cylindrical-coordinate representation of color #85B888: hue angle of 123.53º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85B888 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 184 | 136 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.28 |
| HSL | 123.53º | 0.26% | 0.62% | - |
| HSV(B) | 123.53º | 0.28% | 0.72% | - |
| XYZ | 31.26 | 41.05 | 29.57 | - |
| YUV | 163.28 | 112.6 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 184 | 136 | 0.28 | 0 | 0.26 | 0.28 | 123.53 | 0.26 | 0.62 |
| Hex | 85 | B8 | 88 | 1C | 0 | 1A | 1C | 7C | 1A | 3E |
| Octal | 205 | 270 | 210 | 34 | 0 | 32 | 34 | 174 | 32 | 76 |
| Binary | 10000101 | 10111000 | 10001000 | 11100 | 0 | 11010 | 11100 | 1111100 | 11010 | 111110 |
Color Harmonies of #85B888
Complementary color
Monochromatic Colors of #85B888
Black with #85B888
Text Example
Text Example
White with #85B888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B888; }
p { color: rgb(133,184,136); }
H1.HeaderClassName
{
color: #85B888;
}
.AnyTagClassName
{
color: #85B888;
}
</style>
background-color css
<style>
a { background-color: #85B888; }
a { background-color: rgb(133,184,136); }
div.DivClassName
{
background-color: #85B888;
}
.BgClassName
{
background-color: #85B888;
}
</style>
border-color css
<style>
span { border-color: #85B888; }
span { border-color: rgb(133,184,136); }
td.TdClassName
{
border-color: #85B888;
}
.TagClassName
{
border-color: #85B888;
}
</style>