Shades of Dark Sea Green #86BA8F
Tints of Dark Sea Green #86BA8F
RGB
CMYK
RGB Variations
Color information
#86BA8F (or 0x86BA8F) is known color: Dark Sea Green. HEX triplet: 86, BA and 8F. RGB value is (134,186,143). Sum of RGB (Red+Green+Blue) = 134+186+143=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BA8F is #794570. Grayscale: #A5A5A5. Windows color (decimal): -7947633 or 9419398. OLE color: 9419398.
HSL color Cylindrical-coordinate representation of color #86BA8F: hue angle of 130.38º 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 #86BA8F is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 186 | 143 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.27 |
| HSL | 130.38º | 0.27% | 0.63% | - |
| HSV(B) | 130.38º | 0.28% | 0.73% | - |
| XYZ | 32.35 | 42.17 | 32.42 | - |
| YUV | 165.55 | 115.27 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 186 | 143 | 0.28 | 0 | 0.23 | 0.27 | 130.38 | 0.27 | 0.63 |
| Hex | 86 | BA | 8F | 1C | 0 | 17 | 1B | 82 | 1B | 3F |
| Octal | 206 | 272 | 217 | 34 | 0 | 27 | 33 | 202 | 33 | 77 |
| Binary | 10000110 | 10111010 | 10001111 | 11100 | 0 | 10111 | 11011 | 10000010 | 11011 | 111111 |
Color Harmonies of #86BA8F
Complementary color
Monochromatic Colors of #86BA8F
Black with #86BA8F
Text Example
Text Example
White with #86BA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BA8F; }
p { color: rgb(134,186,143); }
H1.HeaderClassName
{
color: #86BA8F;
}
.AnyTagClassName
{
color: #86BA8F;
}
</style>
background-color css
<style>
a { background-color: #86BA8F; }
a { background-color: rgb(134,186,143); }
div.DivClassName
{
background-color: #86BA8F;
}
.BgClassName
{
background-color: #86BA8F;
}
</style>
border-color css
<style>
span { border-color: #86BA8F; }
span { border-color: rgb(134,186,143); }
td.TdClassName
{
border-color: #86BA8F;
}
.TagClassName
{
border-color: #86BA8F;
}
</style>