Shades of Dark Sea Green #85B88A
Tints of Dark Sea Green #85B88A
RGB
CMYK
RGB Variations
Color information
#85B88A (or 0x85B88A) is known color: Dark Sea Green. HEX triplet: 85, B8 and 8A. RGB value is (133,184,138). Sum of RGB (Red+Green+Blue) = 133+184+138=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 184 - color contains mainly: green. Hex color #85B88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B88A is #7A4775. Grayscale: #A3A3A3. Windows color (decimal): -8013686 or 9091205. OLE color: 9091205.
HSL color Cylindrical-coordinate representation of color #85B88A: hue angle of 125.88º 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 #85B88A is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 184 | 138 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.28 |
| HSL | 125.88º | 0.26% | 0.62% | - |
| HSV(B) | 125.88º | 0.28% | 0.72% | - |
| XYZ | 31.4 | 41.1 | 30.32 | - |
| YUV | 163.51 | 113.6 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 184 | 138 | 0.28 | 0 | 0.25 | 0.28 | 125.88 | 0.26 | 0.62 |
| Hex | 85 | B8 | 8A | 1C | 0 | 19 | 1C | 7E | 1A | 3E |
| Octal | 205 | 270 | 212 | 34 | 0 | 31 | 34 | 176 | 32 | 76 |
| Binary | 10000101 | 10111000 | 10001010 | 11100 | 0 | 11001 | 11100 | 1111110 | 11010 | 111110 |
Color Harmonies of #85B88A
Complementary color
Monochromatic Colors of #85B88A
Black with #85B88A
Text Example
Text Example
White with #85B88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B88A; }
p { color: rgb(133,184,138); }
H1.HeaderClassName
{
color: #85B88A;
}
.AnyTagClassName
{
color: #85B88A;
}
</style>
background-color css
<style>
a { background-color: #85B88A; }
a { background-color: rgb(133,184,138); }
div.DivClassName
{
background-color: #85B88A;
}
.BgClassName
{
background-color: #85B88A;
}
</style>
border-color css
<style>
span { border-color: #85B88A; }
span { border-color: rgb(133,184,138); }
td.TdClassName
{
border-color: #85B88A;
}
.TagClassName
{
border-color: #85B88A;
}
</style>