Shades of Dark Sea Green #86B882
Tints of Dark Sea Green #86B882
RGB
CMYK
RGB Variations
Color information
#86B882 (or 0x86B882) is known color: Dark Sea Green. HEX triplet: 86, B8 and 82. RGB value is (134,184,130). Sum of RGB (Red+Green+Blue) = 134+184+130=448 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.91% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 184 - color contains mainly: green. Hex color #86B882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B882 is #79477D. Grayscale: #A3A3A3. Windows color (decimal): -7948158 or 8566918. OLE color: 8566918.
HSL color Cylindrical-coordinate representation of color #86B882: hue angle of 115.56º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86B882 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 184 | 130 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.28 |
| HSL | 115.56º | 0.28% | 0.62% | - |
| HSV(B) | 115.56º | 0.29% | 0.72% | - |
| XYZ | 31 | 40.96 | 27.39 | - |
| YUV | 162.89 | 109.44 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 184 | 130 | 0.27 | 0 | 0.29 | 0.28 | 115.56 | 0.28 | 0.62 |
| Hex | 86 | B8 | 82 | 1B | 0 | 1D | 1C | 74 | 1C | 3E |
| Octal | 206 | 270 | 202 | 33 | 0 | 35 | 34 | 164 | 34 | 76 |
| Binary | 10000110 | 10111000 | 10000010 | 11011 | 0 | 11101 | 11100 | 1110100 | 11100 | 111110 |
Color Harmonies of #86B882
Complementary color
Monochromatic Colors of #86B882
Black with #86B882
Text Example
Text Example
White with #86B882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B882; }
p { color: rgb(134,184,130); }
H1.HeaderClassName
{
color: #86B882;
}
.AnyTagClassName
{
color: #86B882;
}
</style>
background-color css
<style>
a { background-color: #86B882; }
a { background-color: rgb(134,184,130); }
div.DivClassName
{
background-color: #86B882;
}
.BgClassName
{
background-color: #86B882;
}
</style>
border-color css
<style>
span { border-color: #86B882; }
span { border-color: rgb(134,184,130); }
td.TdClassName
{
border-color: #86B882;
}
.TagClassName
{
border-color: #86B882;
}
</style>