Shades of Dark Sea Green #85B880
Tints of Dark Sea Green #85B880
RGB
CMYK
RGB Variations
Color information
#85B880 (or 0x85B880) is known color: Dark Sea Green. HEX triplet: 85, B8 and 80. RGB value is (133,184,128). Sum of RGB (Red+Green+Blue) = 133+184+128=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 184 - color contains mainly: green. Hex color #85B880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B880 is #7A477F. Grayscale: #A2A2A2. Windows color (decimal): -8013696 or 8435845. OLE color: 8435845.
HSL color Cylindrical-coordinate representation of color #85B880: hue angle of 114.64º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85B880 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 184 | 128 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.28 |
| HSL | 114.64º | 0.28% | 0.61% | - |
| HSV(B) | 114.64º | 0.3% | 0.72% | - |
| XYZ | 30.71 | 40.83 | 26.68 | - |
| YUV | 162.37 | 108.6 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 184 | 128 | 0.28 | 0 | 0.30 | 0.28 | 114.64 | 0.28 | 0.61 |
| Hex | 85 | B8 | 80 | 1C | 0 | 1E | 1C | 73 | 1C | 3D |
| Octal | 205 | 270 | 200 | 34 | 0 | 36 | 34 | 163 | 34 | 75 |
| Binary | 10000101 | 10111000 | 10000000 | 11100 | 0 | 11110 | 11100 | 1110011 | 11100 | 111101 |
Color Harmonies of #85B880
Complementary color
Monochromatic Colors of #85B880
Black with #85B880
Text Example
Text Example
White with #85B880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B880; }
p { color: rgb(133,184,128); }
H1.HeaderClassName
{
color: #85B880;
}
.AnyTagClassName
{
color: #85B880;
}
</style>
background-color css
<style>
a { background-color: #85B880; }
a { background-color: rgb(133,184,128); }
div.DivClassName
{
background-color: #85B880;
}
.BgClassName
{
background-color: #85B880;
}
</style>
border-color css
<style>
span { border-color: #85B880; }
span { border-color: rgb(133,184,128); }
td.TdClassName
{
border-color: #85B880;
}
.TagClassName
{
border-color: #85B880;
}
</style>