Shades of Dark Sea Green #86BA87
Tints of Dark Sea Green #86BA87
RGB
CMYK
RGB Variations
Color information
#86BA87 (or 0x86BA87) is known color: Dark Sea Green. HEX triplet: 86, BA and 87. RGB value is (134,186,135). Sum of RGB (Red+Green+Blue) = 134+186+135=455 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.45% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BA87 is #794578. Grayscale: #A4A4A4. Windows color (decimal): -7947641 or 8895110. OLE color: 8895110.
HSL color Cylindrical-coordinate representation of color #86BA87: hue angle of 121.15º 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 #86BA87 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 186 | 135 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.27 |
| HSL | 121.15º | 0.27% | 0.63% | - |
| HSV(B) | 121.15º | 0.28% | 0.73% | - |
| XYZ | 31.76 | 41.94 | 29.34 | - |
| YUV | 164.64 | 111.27 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 186 | 135 | 0.28 | 0 | 0.27 | 0.27 | 121.15 | 0.27 | 0.63 |
| Hex | 86 | BA | 87 | 1C | 0 | 1B | 1B | 79 | 1B | 3F |
| Octal | 206 | 272 | 207 | 34 | 0 | 33 | 33 | 171 | 33 | 77 |
| Binary | 10000110 | 10111010 | 10000111 | 11100 | 0 | 11011 | 11011 | 1111001 | 11011 | 111111 |
Color Harmonies of #86BA87
Complementary color
Monochromatic Colors of #86BA87
Black with #86BA87
Text Example
Text Example
White with #86BA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BA87; }
p { color: rgb(134,186,135); }
H1.HeaderClassName
{
color: #86BA87;
}
.AnyTagClassName
{
color: #86BA87;
}
</style>
background-color css
<style>
a { background-color: #86BA87; }
a { background-color: rgb(134,186,135); }
div.DivClassName
{
background-color: #86BA87;
}
.BgClassName
{
background-color: #86BA87;
}
</style>
border-color css
<style>
span { border-color: #86BA87; }
span { border-color: rgb(134,186,135); }
td.TdClassName
{
border-color: #86BA87;
}
.TagClassName
{
border-color: #86BA87;
}
</style>