Shades of Dark Sea Green #8CBC87
Tints of Dark Sea Green #8CBC87
RGB
CMYK
RGB Variations
Color information
#8CBC87 (or 0x8CBC87) is known color: Dark Sea Green. HEX triplet: 8C, BC and 87. RGB value is (140,188,135). Sum of RGB (Red+Green+Blue) = 140+188+135=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 135 (53.12% from 255 or 29.16% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBC87 is #734378. Grayscale: #A7A7A7. Windows color (decimal): -7553913 or 8895628. OLE color: 8895628.
HSL color Cylindrical-coordinate representation of color #8CBC87: hue angle of 114.34º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8CBC87 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 135 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.26 |
| HSL | 114.34º | 0.28% | 0.63% | - |
| HSV(B) | 114.34º | 0.28% | 0.74% | - |
| XYZ | 33.17 | 43.29 | 29.53 | - |
| YUV | 167.61 | 109.6 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 135 | 0.26 | 0 | 0.28 | 0.26 | 114.34 | 0.28 | 0.63 |
| Hex | 8C | BC | 87 | 1A | 0 | 1C | 1A | 72 | 1C | 3F |
| Octal | 214 | 274 | 207 | 32 | 0 | 34 | 32 | 162 | 34 | 77 |
| Binary | 10001100 | 10111100 | 10000111 | 11010 | 0 | 11100 | 11010 | 1110010 | 11100 | 111111 |
Color Harmonies of #8CBC87
Complementary color
Monochromatic Colors of #8CBC87
Black with #8CBC87
Text Example
Text Example
White with #8CBC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC87; }
p { color: rgb(140,188,135); }
H1.HeaderClassName
{
color: #8CBC87;
}
.AnyTagClassName
{
color: #8CBC87;
}
</style>
background-color css
<style>
a { background-color: #8CBC87; }
a { background-color: rgb(140,188,135); }
div.DivClassName
{
background-color: #8CBC87;
}
.BgClassName
{
background-color: #8CBC87;
}
</style>
border-color css
<style>
span { border-color: #8CBC87; }
span { border-color: rgb(140,188,135); }
td.TdClassName
{
border-color: #8CBC87;
}
.TagClassName
{
border-color: #8CBC87;
}
</style>