Shades of Dark Sea Green #8CB388
Tints of Dark Sea Green #8CB388
RGB
CMYK
RGB Variations
Color information
#8CB388 (or 0x8CB388) is known color: Dark Sea Green. HEX triplet: 8C, B3 and 88. RGB value is (140,179,136). Sum of RGB (Red+Green+Blue) = 140+179+136=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB388 is #734C77. Grayscale: #A2A2A2. Windows color (decimal): -7556216 or 8958860. OLE color: 8958860.
HSL color Cylindrical-coordinate representation of color #8CB388: hue angle of 114.42º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8CB388 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 179 | 136 | - |
| CMYK | 0.22 | 0 | 0.24 | 0.30 |
| HSL | 114.42º | 0.22% | 0.62% | - |
| HSV(B) | 114.42º | 0.24% | 0.7% | - |
| XYZ | 31.38 | 39.59 | 29.28 | - |
| YUV | 162.44 | 113.08 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 179 | 136 | 0.22 | 0 | 0.24 | 0.30 | 114.42 | 0.22 | 0.62 |
| Hex | 8C | B3 | 88 | 16 | 0 | 18 | 1E | 72 | 16 | 3E |
| Octal | 214 | 263 | 210 | 26 | 0 | 30 | 36 | 162 | 26 | 76 |
| Binary | 10001100 | 10110011 | 10001000 | 10110 | 0 | 11000 | 11110 | 1110010 | 10110 | 111110 |
Color Harmonies of #8CB388
Complementary color
Monochromatic Colors of #8CB388
Black with #8CB388
Text Example
Text Example
White with #8CB388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB388; }
p { color: rgb(140,179,136); }
H1.HeaderClassName
{
color: #8CB388;
}
.AnyTagClassName
{
color: #8CB388;
}
</style>
background-color css
<style>
a { background-color: #8CB388; }
a { background-color: rgb(140,179,136); }
div.DivClassName
{
background-color: #8CB388;
}
.BgClassName
{
background-color: #8CB388;
}
</style>
border-color css
<style>
span { border-color: #8CB388; }
span { border-color: rgb(140,179,136); }
td.TdClassName
{
border-color: #8CB388;
}
.TagClassName
{
border-color: #8CB388;
}
</style>