Shades of Dark Sea Green #8CB88C
Tints of Dark Sea Green #8CB88C
RGB
CMYK
RGB Variations
Color information
#8CB88C (or 0x8CB88C) is known color: Dark Sea Green. HEX triplet: 8C, B8 and 8C. RGB value is (140,184,140). Sum of RGB (Red+Green+Blue) = 140+184+140=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB88C is #734773. Grayscale: #A5A5A5. Windows color (decimal): -7554932 or 9222284. OLE color: 9222284.
HSL color Cylindrical-coordinate representation of color #8CB88C: hue angle of 120º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8CB88C is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 184 | 140 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.28 |
| HSL | 120º | 0.24% | 0.64% | - |
| HSV(B) | 120º | 0.24% | 0.72% | - |
| XYZ | 32.69 | 41.75 | 31.15 | - |
| YUV | 165.83 | 113.42 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 184 | 140 | 0.24 | 0 | 0.24 | 0.28 | 120 | 0.24 | 0.64 |
| Hex | 8C | B8 | 8C | 18 | 0 | 18 | 1C | 78 | 18 | 40 |
| Octal | 214 | 270 | 214 | 30 | 0 | 30 | 34 | 170 | 30 | 100 |
| Binary | 10001100 | 10111000 | 10001100 | 11000 | 0 | 11000 | 11100 | 1111000 | 11000 | 1000000 |
Color Harmonies of #8CB88C
Complementary color
Monochromatic Colors of #8CB88C
Black with #8CB88C
Text Example
Text Example
White with #8CB88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB88C; }
p { color: rgb(140,184,140); }
H1.HeaderClassName
{
color: #8CB88C;
}
.AnyTagClassName
{
color: #8CB88C;
}
</style>
background-color css
<style>
a { background-color: #8CB88C; }
a { background-color: rgb(140,184,140); }
div.DivClassName
{
background-color: #8CB88C;
}
.BgClassName
{
background-color: #8CB88C;
}
</style>
border-color css
<style>
span { border-color: #8CB88C; }
span { border-color: rgb(140,184,140); }
td.TdClassName
{
border-color: #8CB88C;
}
.TagClassName
{
border-color: #8CB88C;
}
</style>