Shades of Dark Sea Green #8CBA86
Tints of Dark Sea Green #8CBA86
RGB
CMYK
RGB Variations
Color information
#8CBA86 (or 0x8CBA86) is known color: Dark Sea Green. HEX triplet: 8C, BA and 86. RGB value is (140,186,134). Sum of RGB (Red+Green+Blue) = 140+186+134=460 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.43% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBA86 is #734579. Grayscale: #A6A6A6. Windows color (decimal): -7554426 or 8829580. OLE color: 8829580.
HSL color Cylindrical-coordinate representation of color #8CBA86: hue angle of 113.08º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8CBA86 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 134 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.27 |
| HSL | 113.08º | 0.27% | 0.63% | - |
| HSV(B) | 113.08º | 0.28% | 0.73% | - |
| XYZ | 32.68 | 42.41 | 29.02 | - |
| YUV | 166.32 | 109.76 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 134 | 0.25 | 0 | 0.28 | 0.27 | 113.08 | 0.27 | 0.63 |
| Hex | 8C | BA | 86 | 19 | 0 | 1C | 1B | 71 | 1B | 3F |
| Octal | 214 | 272 | 206 | 31 | 0 | 34 | 33 | 161 | 33 | 77 |
| Binary | 10001100 | 10111010 | 10000110 | 11001 | 0 | 11100 | 11011 | 1110001 | 11011 | 111111 |
Color Harmonies of #8CBA86
Complementary color
Monochromatic Colors of #8CBA86
Black with #8CBA86
Text Example
Text Example
White with #8CBA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA86; }
p { color: rgb(140,186,134); }
H1.HeaderClassName
{
color: #8CBA86;
}
.AnyTagClassName
{
color: #8CBA86;
}
</style>
background-color css
<style>
a { background-color: #8CBA86; }
a { background-color: rgb(140,186,134); }
div.DivClassName
{
background-color: #8CBA86;
}
.BgClassName
{
background-color: #8CBA86;
}
</style>
border-color css
<style>
span { border-color: #8CBA86; }
span { border-color: rgb(140,186,134); }
td.TdClassName
{
border-color: #8CBA86;
}
.TagClassName
{
border-color: #8CBA86;
}
</style>