Shades of Dark Sea Green #85BD90
Tints of Dark Sea Green #85BD90
RGB
CMYK
RGB Variations
Color information
#85BD90 (or 0x85BD90) is known color: Dark Sea Green. HEX triplet: 85, BD and 90. RGB value is (133,189,144). Sum of RGB (Red+Green+Blue) = 133+189+144=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BD90 is #7A426F. Grayscale: #A7A7A7. Windows color (decimal): -8012400 or 9485701. OLE color: 9485701.
HSL color Cylindrical-coordinate representation of color #85BD90: hue angle of 131.79º 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 #85BD90 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 144 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.26 |
| HSL | 131.79º | 0.3% | 0.63% | - |
| HSV(B) | 131.79º | 0.3% | 0.74% | - |
| XYZ | 32.9 | 43.4 | 33.03 | - |
| YUV | 167.13 | 114.95 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 144 | 0.30 | 0 | 0.24 | 0.26 | 131.79 | 0.3 | 0.63 |
| Hex | 85 | BD | 90 | 1E | 0 | 18 | 1A | 84 | 1E | 3F |
| Octal | 205 | 275 | 220 | 36 | 0 | 30 | 32 | 204 | 36 | 77 |
| Binary | 10000101 | 10111101 | 10010000 | 11110 | 0 | 11000 | 11010 | 10000100 | 11110 | 111111 |
Color Harmonies of #85BD90
Complementary color
Monochromatic Colors of #85BD90
Black with #85BD90
Text Example
Text Example
White with #85BD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BD90; }
p { color: rgb(133,189,144); }
H1.HeaderClassName
{
color: #85BD90;
}
.AnyTagClassName
{
color: #85BD90;
}
</style>
background-color css
<style>
a { background-color: #85BD90; }
a { background-color: rgb(133,189,144); }
div.DivClassName
{
background-color: #85BD90;
}
.BgClassName
{
background-color: #85BD90;
}
</style>
border-color css
<style>
span { border-color: #85BD90; }
span { border-color: rgb(133,189,144); }
td.TdClassName
{
border-color: #85BD90;
}
.TagClassName
{
border-color: #85BD90;
}
</style>