Shades of Dark Sea Green #85BD8E
Tints of Dark Sea Green #85BD8E
RGB
CMYK
RGB Variations
Color information
#85BD8E (or 0x85BD8E) is known color: Dark Sea Green. HEX triplet: 85, BD and 8E. RGB value is (133,189,142). Sum of RGB (Red+Green+Blue) = 133+189+142=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BD8E is #7A4271. Grayscale: #A7A7A7. Windows color (decimal): -8012402 or 9354629. OLE color: 9354629.
HSL color Cylindrical-coordinate representation of color #85BD8E: hue angle of 129.64º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BD8E is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 142 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.26 |
| HSL | 129.64º | 0.3% | 0.63% | - |
| HSV(B) | 129.64º | 0.3% | 0.74% | - |
| XYZ | 32.75 | 43.33 | 32.23 | - |
| YUV | 166.9 | 113.95 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 142 | 0.30 | 0 | 0.25 | 0.26 | 129.64 | 0.3 | 0.63 |
| Hex | 85 | BD | 8E | 1E | 0 | 19 | 1A | 82 | 1E | 3F |
| Octal | 205 | 275 | 216 | 36 | 0 | 31 | 32 | 202 | 36 | 77 |
| Binary | 10000101 | 10111101 | 10001110 | 11110 | 0 | 11001 | 11010 | 10000010 | 11110 | 111111 |
Color Harmonies of #85BD8E
Complementary color
Monochromatic Colors of #85BD8E
Black with #85BD8E
Text Example
Text Example
White with #85BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BD8E; }
p { color: rgb(133,189,142); }
H1.HeaderClassName
{
color: #85BD8E;
}
.AnyTagClassName
{
color: #85BD8E;
}
</style>
background-color css
<style>
a { background-color: #85BD8E; }
a { background-color: rgb(133,189,142); }
div.DivClassName
{
background-color: #85BD8E;
}
.BgClassName
{
background-color: #85BD8E;
}
</style>
border-color css
<style>
span { border-color: #85BD8E; }
span { border-color: rgb(133,189,142); }
td.TdClassName
{
border-color: #85BD8E;
}
.TagClassName
{
border-color: #85BD8E;
}
</style>