Shades of Dark Sea Green #86B682
Tints of Dark Sea Green #86B682
RGB
CMYK
RGB Variations
Color information
#86B682 (or 0x86B682) is known color: Dark Sea Green. HEX triplet: 86, B6 and 82. RGB value is (134,182,130). Sum of RGB (Red+Green+Blue) = 134+182+130=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 182 - color contains mainly: green. Hex color #86B682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B682 is #79497D. Grayscale: #A1A1A1. Windows color (decimal): -7948670 or 8566406. OLE color: 8566406.
HSL color Cylindrical-coordinate representation of color #86B682: hue angle of 115.38º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86B682 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 182 | 130 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.29 |
| HSL | 115.38º | 0.26% | 0.61% | - |
| HSV(B) | 115.38º | 0.29% | 0.71% | - |
| XYZ | 30.59 | 40.14 | 27.25 | - |
| YUV | 161.72 | 110.1 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 182 | 130 | 0.26 | 0 | 0.29 | 0.29 | 115.38 | 0.26 | 0.61 |
| Hex | 86 | B6 | 82 | 1A | 0 | 1D | 1D | 73 | 1A | 3D |
| Octal | 206 | 266 | 202 | 32 | 0 | 35 | 35 | 163 | 32 | 75 |
| Binary | 10000110 | 10110110 | 10000010 | 11010 | 0 | 11101 | 11101 | 1110011 | 11010 | 111101 |
Color Harmonies of #86B682
Complementary color
Monochromatic Colors of #86B682
Black with #86B682
Text Example
Text Example
White with #86B682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B682; }
p { color: rgb(134,182,130); }
H1.HeaderClassName
{
color: #86B682;
}
.AnyTagClassName
{
color: #86B682;
}
</style>
background-color css
<style>
a { background-color: #86B682; }
a { background-color: rgb(134,182,130); }
div.DivClassName
{
background-color: #86B682;
}
.BgClassName
{
background-color: #86B682;
}
</style>
border-color css
<style>
span { border-color: #86B682; }
span { border-color: rgb(134,182,130); }
td.TdClassName
{
border-color: #86B682;
}
.TagClassName
{
border-color: #86B682;
}
</style>