Shades of Dark Sea Green #8CB992
Tints of Dark Sea Green #8CB992
RGB
CMYK
RGB Variations
Color information
#8CB992 (or 0x8CB992) is known color: Dark Sea Green. HEX triplet: 8C, B9 and 92. RGB value is (140,185,146). Sum of RGB (Red+Green+Blue) = 140+185+146=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB992 is #73466D. Grayscale: #A7A7A7. Windows color (decimal): -7554670 or 9615756. OLE color: 9615756.
HSL color Cylindrical-coordinate representation of color #8CB992: hue angle of 128º 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 #8CB992 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 185 | 146 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.27 |
| HSL | 128º | 0.24% | 0.64% | - |
| HSV(B) | 128º | 0.24% | 0.73% | - |
| XYZ | 33.35 | 42.35 | 33.61 | - |
| YUV | 167.1 | 116.09 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 185 | 146 | 0.24 | 0 | 0.21 | 0.27 | 128 | 0.24 | 0.64 |
| Hex | 8C | B9 | 92 | 18 | 0 | 15 | 1B | 80 | 18 | 40 |
| Octal | 214 | 271 | 222 | 30 | 0 | 25 | 33 | 200 | 30 | 100 |
| Binary | 10001100 | 10111001 | 10010010 | 11000 | 0 | 10101 | 11011 | 10000000 | 11000 | 1000000 |
Color Harmonies of #8CB992
Complementary color
Monochromatic Colors of #8CB992
Black with #8CB992
Text Example
Text Example
White with #8CB992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB992; }
p { color: rgb(140,185,146); }
H1.HeaderClassName
{
color: #8CB992;
}
.AnyTagClassName
{
color: #8CB992;
}
</style>
background-color css
<style>
a { background-color: #8CB992; }
a { background-color: rgb(140,185,146); }
div.DivClassName
{
background-color: #8CB992;
}
.BgClassName
{
background-color: #8CB992;
}
</style>
border-color css
<style>
span { border-color: #8CB992; }
span { border-color: rgb(140,185,146); }
td.TdClassName
{
border-color: #8CB992;
}
.TagClassName
{
border-color: #8CB992;
}
</style>