Shades of Dark Sea Green #8CB887
Tints of Dark Sea Green #8CB887
RGB
CMYK
RGB Variations
Color information
#8CB887 (or 0x8CB887) is known color: Dark Sea Green. HEX triplet: 8C, B8 and 87. RGB value is (140,184,135). Sum of RGB (Red+Green+Blue) = 140+184+135=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 135 (53.12% from 255 or 29.41% from 459); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB887 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB887 is #734778. Grayscale: #A5A5A5. Windows color (decimal): -7554937 or 8894604. OLE color: 8894604.
HSL color Cylindrical-coordinate representation of color #8CB887: hue angle of 113.88º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CB887 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 184 | 135 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.28 |
| HSL | 113.88º | 0.26% | 0.63% | - |
| HSV(B) | 113.88º | 0.27% | 0.72% | - |
| XYZ | 32.33 | 41.61 | 29.25 | - |
| YUV | 165.26 | 110.92 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 184 | 135 | 0.24 | 0 | 0.27 | 0.28 | 113.88 | 0.26 | 0.63 |
| Hex | 8C | B8 | 87 | 18 | 0 | 1B | 1C | 72 | 1A | 3F |
| Octal | 214 | 270 | 207 | 30 | 0 | 33 | 34 | 162 | 32 | 77 |
| Binary | 10001100 | 10111000 | 10000111 | 11000 | 0 | 11011 | 11100 | 1110010 | 11010 | 111111 |
Color Harmonies of #8CB887
Complementary color
Monochromatic Colors of #8CB887
Black with #8CB887
Text Example
Text Example
White with #8CB887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB887; }
p { color: rgb(140,184,135); }
H1.HeaderClassName
{
color: #8CB887;
}
.AnyTagClassName
{
color: #8CB887;
}
</style>
background-color css
<style>
a { background-color: #8CB887; }
a { background-color: rgb(140,184,135); }
div.DivClassName
{
background-color: #8CB887;
}
.BgClassName
{
background-color: #8CB887;
}
</style>
border-color css
<style>
span { border-color: #8CB887; }
span { border-color: rgb(140,184,135); }
td.TdClassName
{
border-color: #8CB887;
}
.TagClassName
{
border-color: #8CB887;
}
</style>