Shades of Dark Sea Green #85BC8D
Tints of Dark Sea Green #85BC8D
RGB
CMYK
RGB Variations
Color information
#85BC8D (or 0x85BC8D) is known color: Dark Sea Green. HEX triplet: 85, BC and 8D. RGB value is (133,188,141). Sum of RGB (Red+Green+Blue) = 133+188+141=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BC8D is #7A4372. Grayscale: #A6A6A6. Windows color (decimal): -8012659 or 9288837. OLE color: 9288837.
HSL color Cylindrical-coordinate representation of color #85BC8D: hue angle of 128.73º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85BC8D is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 141 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.26 |
| HSL | 128.73º | 0.29% | 0.63% | - |
| HSV(B) | 128.73º | 0.29% | 0.74% | - |
| XYZ | 32.46 | 42.88 | 31.76 | - |
| YUV | 166.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 141 | 0.29 | 0 | 0.25 | 0.26 | 128.73 | 0.29 | 0.63 |
| Hex | 85 | BC | 8D | 1D | 0 | 19 | 1A | 81 | 1D | 3F |
| Octal | 205 | 274 | 215 | 35 | 0 | 31 | 32 | 201 | 35 | 77 |
| Binary | 10000101 | 10111100 | 10001101 | 11101 | 0 | 11001 | 11010 | 10000001 | 11101 | 111111 |
Color Harmonies of #85BC8D
Complementary color
Monochromatic Colors of #85BC8D
Black with #85BC8D
Text Example
Text Example
White with #85BC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC8D; }
p { color: rgb(133,188,141); }
H1.HeaderClassName
{
color: #85BC8D;
}
.AnyTagClassName
{
color: #85BC8D;
}
</style>
background-color css
<style>
a { background-color: #85BC8D; }
a { background-color: rgb(133,188,141); }
div.DivClassName
{
background-color: #85BC8D;
}
.BgClassName
{
background-color: #85BC8D;
}
</style>
border-color css
<style>
span { border-color: #85BC8D; }
span { border-color: rgb(133,188,141); }
td.TdClassName
{
border-color: #85BC8D;
}
.TagClassName
{
border-color: #85BC8D;
}
</style>