Shades of Dark Sea Green #8CB98E
Tints of Dark Sea Green #8CB98E
RGB
CMYK
RGB Variations
Color information
#8CB98E (or 0x8CB98E) is known color: Dark Sea Green. HEX triplet: 8C, B9 and 8E. RGB value is (140,185,142). Sum of RGB (Red+Green+Blue) = 140+185+142=467 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.98% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB98E is #734671. Grayscale: #A6A6A6. Windows color (decimal): -7554674 or 9353612. OLE color: 9353612.
HSL color Cylindrical-coordinate representation of color #8CB98E: hue angle of 122.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 #8CB98E is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 185 | 142 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.27 |
| HSL | 122.67º | 0.24% | 0.64% | - |
| HSV(B) | 122.67º | 0.24% | 0.73% | - |
| XYZ | 33.05 | 42.23 | 32 | - |
| YUV | 166.64 | 114.09 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 185 | 142 | 0.24 | 0 | 0.23 | 0.27 | 122.67 | 0.24 | 0.64 |
| Hex | 8C | B9 | 8E | 18 | 0 | 17 | 1B | 7B | 18 | 40 |
| Octal | 214 | 271 | 216 | 30 | 0 | 27 | 33 | 173 | 30 | 100 |
| Binary | 10001100 | 10111001 | 10001110 | 11000 | 0 | 10111 | 11011 | 1111011 | 11000 | 1000000 |
Color Harmonies of #8CB98E
Complementary color
Monochromatic Colors of #8CB98E
Black with #8CB98E
Text Example
Text Example
White with #8CB98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB98E; }
p { color: rgb(140,185,142); }
H1.HeaderClassName
{
color: #8CB98E;
}
.AnyTagClassName
{
color: #8CB98E;
}
</style>
background-color css
<style>
a { background-color: #8CB98E; }
a { background-color: rgb(140,185,142); }
div.DivClassName
{
background-color: #8CB98E;
}
.BgClassName
{
background-color: #8CB98E;
}
</style>
border-color css
<style>
span { border-color: #8CB98E; }
span { border-color: rgb(140,185,142); }
td.TdClassName
{
border-color: #8CB98E;
}
.TagClassName
{
border-color: #8CB98E;
}
</style>