Shades of Dark Sea Green #8CB98F
Tints of Dark Sea Green #8CB98F
RGB
CMYK
RGB Variations
Color information
#8CB98F (or 0x8CB98F) is known color: Dark Sea Green. HEX triplet: 8C, B9 and 8F. RGB value is (140,185,143). Sum of RGB (Red+Green+Blue) = 140+185+143=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB98F is #734670. Grayscale: #A6A6A6. Windows color (decimal): -7554673 or 9419148. OLE color: 9419148.
HSL color Cylindrical-coordinate representation of color #8CB98F: hue angle of 124º 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 #8CB98F is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 185 | 143 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.27 |
| HSL | 124º | 0.24% | 0.64% | - |
| HSV(B) | 124º | 0.24% | 0.73% | - |
| XYZ | 33.12 | 42.26 | 32.4 | - |
| YUV | 166.76 | 114.59 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 185 | 143 | 0.24 | 0 | 0.23 | 0.27 | 124 | 0.24 | 0.64 |
| Hex | 8C | B9 | 8F | 18 | 0 | 17 | 1B | 7C | 18 | 40 |
| Octal | 214 | 271 | 217 | 30 | 0 | 27 | 33 | 174 | 30 | 100 |
| Binary | 10001100 | 10111001 | 10001111 | 11000 | 0 | 10111 | 11011 | 1111100 | 11000 | 1000000 |
Color Harmonies of #8CB98F
Complementary color
Monochromatic Colors of #8CB98F
Black with #8CB98F
Text Example
Text Example
White with #8CB98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB98F; }
p { color: rgb(140,185,143); }
H1.HeaderClassName
{
color: #8CB98F;
}
.AnyTagClassName
{
color: #8CB98F;
}
</style>
background-color css
<style>
a { background-color: #8CB98F; }
a { background-color: rgb(140,185,143); }
div.DivClassName
{
background-color: #8CB98F;
}
.BgClassName
{
background-color: #8CB98F;
}
</style>
border-color css
<style>
span { border-color: #8CB98F; }
span { border-color: rgb(140,185,143); }
td.TdClassName
{
border-color: #8CB98F;
}
.TagClassName
{
border-color: #8CB98F;
}
</style>