Shades of Dark Sea Green #8CB991
Tints of Dark Sea Green #8CB991
RGB
CMYK
RGB Variations
Color information
#8CB991 (or 0x8CB991) is known color: Dark Sea Green. HEX triplet: 8C, B9 and 91. RGB value is (140,185,145). Sum of RGB (Red+Green+Blue) = 140+185+145=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 145 (57.03% from 255 or 30.85% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB991 is #73466E. Grayscale: #A7A7A7. Windows color (decimal): -7554671 or 9550220. OLE color: 9550220.
HSL color Cylindrical-coordinate representation of color #8CB991: hue angle of 126.67º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8CB991 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 185 | 145 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.27 |
| HSL | 126.67º | 0.24% | 0.64% | - |
| HSV(B) | 126.67º | 0.24% | 0.73% | - |
| XYZ | 33.28 | 42.32 | 33.2 | - |
| YUV | 166.99 | 115.59 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 185 | 145 | 0.24 | 0 | 0.22 | 0.27 | 126.67 | 0.24 | 0.64 |
| Hex | 8C | B9 | 91 | 18 | 0 | 16 | 1B | 7F | 18 | 40 |
| Octal | 214 | 271 | 221 | 30 | 0 | 26 | 33 | 177 | 30 | 100 |
| Binary | 10001100 | 10111001 | 10010001 | 11000 | 0 | 10110 | 11011 | 1111111 | 11000 | 1000000 |
Color Harmonies of #8CB991
Complementary color
Monochromatic Colors of #8CB991
Black with #8CB991
Text Example
Text Example
White with #8CB991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB991; }
p { color: rgb(140,185,145); }
H1.HeaderClassName
{
color: #8CB991;
}
.AnyTagClassName
{
color: #8CB991;
}
</style>
background-color css
<style>
a { background-color: #8CB991; }
a { background-color: rgb(140,185,145); }
div.DivClassName
{
background-color: #8CB991;
}
.BgClassName
{
background-color: #8CB991;
}
</style>
border-color css
<style>
span { border-color: #8CB991; }
span { border-color: rgb(140,185,145); }
td.TdClassName
{
border-color: #8CB991;
}
.TagClassName
{
border-color: #8CB991;
}
</style>