Shades of Dark Sea Green #85BD8F
Tints of Dark Sea Green #85BD8F
RGB
CMYK
RGB Variations
Color information
#85BD8F (or 0x85BD8F) is known color: Dark Sea Green. HEX triplet: 85, BD and 8F. RGB value is (133,189,143). Sum of RGB (Red+Green+Blue) = 133+189+143=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BD8F is #7A4270. Grayscale: #A7A7A7. Windows color (decimal): -8012401 or 9420165. OLE color: 9420165.
HSL color Cylindrical-coordinate representation of color #85BD8F: hue angle of 130.71º 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 #85BD8F is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 143 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.26 |
| HSL | 130.71º | 0.3% | 0.63% | - |
| HSV(B) | 130.71º | 0.3% | 0.74% | - |
| XYZ | 32.83 | 43.36 | 32.63 | - |
| YUV | 167.01 | 114.45 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 143 | 0.30 | 0 | 0.24 | 0.26 | 130.71 | 0.3 | 0.63 |
| Hex | 85 | BD | 8F | 1E | 0 | 18 | 1A | 83 | 1E | 3F |
| Octal | 205 | 275 | 217 | 36 | 0 | 30 | 32 | 203 | 36 | 77 |
| Binary | 10000101 | 10111101 | 10001111 | 11110 | 0 | 11000 | 11010 | 10000011 | 11110 | 111111 |
Color Harmonies of #85BD8F
Complementary color
Monochromatic Colors of #85BD8F
Black with #85BD8F
Text Example
Text Example
White with #85BD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BD8F; }
p { color: rgb(133,189,143); }
H1.HeaderClassName
{
color: #85BD8F;
}
.AnyTagClassName
{
color: #85BD8F;
}
</style>
background-color css
<style>
a { background-color: #85BD8F; }
a { background-color: rgb(133,189,143); }
div.DivClassName
{
background-color: #85BD8F;
}
.BgClassName
{
background-color: #85BD8F;
}
</style>
border-color css
<style>
span { border-color: #85BD8F; }
span { border-color: rgb(133,189,143); }
td.TdClassName
{
border-color: #85BD8F;
}
.TagClassName
{
border-color: #85BD8F;
}
</style>