Shades of Dark Sea Green #8CB686
Tints of Dark Sea Green #8CB686
RGB
CMYK
RGB Variations
Color information
#8CB686 (or 0x8CB686) is known color: Dark Sea Green. HEX triplet: 8C, B6 and 86. RGB value is (140,182,134). Sum of RGB (Red+Green+Blue) = 140+182+134=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB686 is #734979. Grayscale: #A4A4A4. Windows color (decimal): -7555450 or 8828556. OLE color: 8828556.
HSL color Cylindrical-coordinate representation of color #8CB686: hue angle of 112.5º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CB686 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 182 | 134 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.29 |
| HSL | 112.5º | 0.25% | 0.62% | - |
| HSV(B) | 112.5º | 0.26% | 0.71% | - |
| XYZ | 31.85 | 40.75 | 28.74 | - |
| YUV | 163.97 | 111.09 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 182 | 134 | 0.23 | 0 | 0.26 | 0.29 | 112.5 | 0.25 | 0.62 |
| Hex | 8C | B6 | 86 | 17 | 0 | 1A | 1D | 70 | 19 | 3E |
| Octal | 214 | 266 | 206 | 27 | 0 | 32 | 35 | 160 | 31 | 76 |
| Binary | 10001100 | 10110110 | 10000110 | 10111 | 0 | 11010 | 11101 | 1110000 | 11001 | 111110 |
Color Harmonies of #8CB686
Complementary color
Monochromatic Colors of #8CB686
Black with #8CB686
Text Example
Text Example
White with #8CB686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB686; }
p { color: rgb(140,182,134); }
H1.HeaderClassName
{
color: #8CB686;
}
.AnyTagClassName
{
color: #8CB686;
}
</style>
background-color css
<style>
a { background-color: #8CB686; }
a { background-color: rgb(140,182,134); }
div.DivClassName
{
background-color: #8CB686;
}
.BgClassName
{
background-color: #8CB686;
}
</style>
border-color css
<style>
span { border-color: #8CB686; }
span { border-color: rgb(140,182,134); }
td.TdClassName
{
border-color: #8CB686;
}
.TagClassName
{
border-color: #8CB686;
}
</style>