Shades of Dark Sea Green #86BC8D
Tints of Dark Sea Green #86BC8D
RGB
CMYK
RGB Variations
Color information
#86BC8D (or 0x86BC8D) is known color: Dark Sea Green. HEX triplet: 86, BC and 8D. RGB value is (134,188,141). Sum of RGB (Red+Green+Blue) = 134+188+141=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BC8D is #794372. Grayscale: #A6A6A6. Windows color (decimal): -7947123 or 9288838. OLE color: 9288838.
HSL color Cylindrical-coordinate representation of color #86BC8D: hue angle of 127.78º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86BC8D is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 188 | 141 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.26 |
| HSL | 127.78º | 0.29% | 0.63% | - |
| HSV(B) | 127.78º | 0.29% | 0.74% | - |
| XYZ | 32.62 | 42.96 | 31.77 | - |
| YUV | 166.5 | 113.61 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 188 | 141 | 0.29 | 0 | 0.25 | 0.26 | 127.78 | 0.29 | 0.63 |
| Hex | 86 | BC | 8D | 1D | 0 | 19 | 1A | 80 | 1D | 3F |
| Octal | 206 | 274 | 215 | 35 | 0 | 31 | 32 | 200 | 35 | 77 |
| Binary | 10000110 | 10111100 | 10001101 | 11101 | 0 | 11001 | 11010 | 10000000 | 11101 | 111111 |
Color Harmonies of #86BC8D
Complementary color
Monochromatic Colors of #86BC8D
Black with #86BC8D
Text Example
Text Example
White with #86BC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BC8D; }
p { color: rgb(134,188,141); }
H1.HeaderClassName
{
color: #86BC8D;
}
.AnyTagClassName
{
color: #86BC8D;
}
</style>
background-color css
<style>
a { background-color: #86BC8D; }
a { background-color: rgb(134,188,141); }
div.DivClassName
{
background-color: #86BC8D;
}
.BgClassName
{
background-color: #86BC8D;
}
</style>
border-color css
<style>
span { border-color: #86BC8D; }
span { border-color: rgb(134,188,141); }
td.TdClassName
{
border-color: #86BC8D;
}
.TagClassName
{
border-color: #86BC8D;
}
</style>