Shades of Dark Sea Green #85BD8D
Tints of Dark Sea Green #85BD8D
RGB
CMYK
RGB Variations
Color information
#85BD8D (or 0x85BD8D) is known color: Dark Sea Green. HEX triplet: 85, BD and 8D. RGB value is (133,189,141). Sum of RGB (Red+Green+Blue) = 133+189+141=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BD8D is #7A4272. Grayscale: #A6A6A6. Windows color (decimal): -8012403 or 9289093. OLE color: 9289093.
HSL color Cylindrical-coordinate representation of color #85BD8D: hue angle of 128.57º 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 #85BD8D is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 141 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.26 |
| HSL | 128.57º | 0.3% | 0.63% | - |
| HSV(B) | 128.57º | 0.3% | 0.74% | - |
| XYZ | 32.68 | 43.3 | 31.84 | - |
| YUV | 166.78 | 113.45 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 141 | 0.30 | 0 | 0.25 | 0.26 | 128.57 | 0.3 | 0.63 |
| Hex | 85 | BD | 8D | 1E | 0 | 19 | 1A | 81 | 1E | 3F |
| Octal | 205 | 275 | 215 | 36 | 0 | 31 | 32 | 201 | 36 | 77 |
| Binary | 10000101 | 10111101 | 10001101 | 11110 | 0 | 11001 | 11010 | 10000001 | 11110 | 111111 |
Color Harmonies of #85BD8D
Complementary color
Monochromatic Colors of #85BD8D
Black with #85BD8D
Text Example
Text Example
White with #85BD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BD8D; }
p { color: rgb(133,189,141); }
H1.HeaderClassName
{
color: #85BD8D;
}
.AnyTagClassName
{
color: #85BD8D;
}
</style>
background-color css
<style>
a { background-color: #85BD8D; }
a { background-color: rgb(133,189,141); }
div.DivClassName
{
background-color: #85BD8D;
}
.BgClassName
{
background-color: #85BD8D;
}
</style>
border-color css
<style>
span { border-color: #85BD8D; }
span { border-color: rgb(133,189,141); }
td.TdClassName
{
border-color: #85BD8D;
}
.TagClassName
{
border-color: #85BD8D;
}
</style>