Shades of Dark Sea Green #86B587
Tints of Dark Sea Green #86B587
RGB
CMYK
RGB Variations
Color information
#86B587 (or 0x86B587) is known color: Dark Sea Green. HEX triplet: 86, B5 and 87. RGB value is (134,181,135). Sum of RGB (Red+Green+Blue) = 134+181+135=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 181 - color contains mainly: green. Hex color #86B587 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B587 is #794A78. Grayscale: #A1A1A1. Windows color (decimal): -7948921 or 8893830. OLE color: 8893830.
HSL color Cylindrical-coordinate representation of color #86B587: hue angle of 121.28º degrees, saturation: 0.24, 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 #86B587 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 181 | 135 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.29 |
| HSL | 121.28º | 0.24% | 0.62% | - |
| HSV(B) | 121.28º | 0.26% | 0.71% | - |
| XYZ | 30.73 | 39.87 | 29 | - |
| YUV | 161.7 | 112.93 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 181 | 135 | 0.26 | 0 | 0.25 | 0.29 | 121.28 | 0.24 | 0.62 |
| Hex | 86 | B5 | 87 | 1A | 0 | 19 | 1D | 79 | 18 | 3E |
| Octal | 206 | 265 | 207 | 32 | 0 | 31 | 35 | 171 | 30 | 76 |
| Binary | 10000110 | 10110101 | 10000111 | 11010 | 0 | 11001 | 11101 | 1111001 | 11000 | 111110 |
Color Harmonies of #86B587
Complementary color
Monochromatic Colors of #86B587
Black with #86B587
Text Example
Text Example
White with #86B587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B587; }
p { color: rgb(134,181,135); }
H1.HeaderClassName
{
color: #86B587;
}
.AnyTagClassName
{
color: #86B587;
}
</style>
background-color css
<style>
a { background-color: #86B587; }
a { background-color: rgb(134,181,135); }
div.DivClassName
{
background-color: #86B587;
}
.BgClassName
{
background-color: #86B587;
}
</style>
border-color css
<style>
span { border-color: #86B587; }
span { border-color: rgb(134,181,135); }
td.TdClassName
{
border-color: #86B587;
}
.TagClassName
{
border-color: #86B587;
}
</style>