Shades of Dark Sea Green #85B988
Tints of Dark Sea Green #85B988
RGB
CMYK
RGB Variations
Color information
#85B988 (or 0x85B988) is known color: Dark Sea Green. HEX triplet: 85, B9 and 88. RGB value is (133,185,136). Sum of RGB (Red+Green+Blue) = 133+185+136=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 185 - color contains mainly: green. Hex color #85B988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B988 is #7A4677. Grayscale: #A4A4A4. Windows color (decimal): -8013432 or 8960389. OLE color: 8960389.
HSL color Cylindrical-coordinate representation of color #85B988: hue angle of 123.46º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85B988 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 185 | 136 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.27 |
| HSL | 123.46º | 0.27% | 0.62% | - |
| HSV(B) | 123.46º | 0.28% | 0.73% | - |
| XYZ | 31.47 | 41.46 | 29.64 | - |
| YUV | 163.87 | 112.27 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 185 | 136 | 0.28 | 0 | 0.26 | 0.27 | 123.46 | 0.27 | 0.62 |
| Hex | 85 | B9 | 88 | 1C | 0 | 1A | 1B | 7B | 1B | 3E |
| Octal | 205 | 271 | 210 | 34 | 0 | 32 | 33 | 173 | 33 | 76 |
| Binary | 10000101 | 10111001 | 10001000 | 11100 | 0 | 11010 | 11011 | 1111011 | 11011 | 111110 |
Color Harmonies of #85B988
Complementary color
Monochromatic Colors of #85B988
Black with #85B988
Text Example
Text Example
White with #85B988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B988; }
p { color: rgb(133,185,136); }
H1.HeaderClassName
{
color: #85B988;
}
.AnyTagClassName
{
color: #85B988;
}
</style>
background-color css
<style>
a { background-color: #85B988; }
a { background-color: rgb(133,185,136); }
div.DivClassName
{
background-color: #85B988;
}
.BgClassName
{
background-color: #85B988;
}
</style>
border-color css
<style>
span { border-color: #85B988; }
span { border-color: rgb(133,185,136); }
td.TdClassName
{
border-color: #85B988;
}
.TagClassName
{
border-color: #85B988;
}
</style>