Shades of Dark Sea Green #86BB83
Tints of Dark Sea Green #86BB83
RGB
CMYK
RGB Variations
Color information
#86BB83 (or 0x86BB83) is known color: Dark Sea Green. HEX triplet: 86, BB and 83. RGB value is (134,187,131). Sum of RGB (Red+Green+Blue) = 134+187+131=452 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.65% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 187 - color contains mainly: green. Hex color #86BB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BB83 is #79447C. Grayscale: #A4A4A4. Windows color (decimal): -7947389 or 8633222. OLE color: 8633222.
HSL color Cylindrical-coordinate representation of color #86BB83: hue angle of 116.79º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86BB83 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 187 | 131 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.27 |
| HSL | 116.79º | 0.29% | 0.62% | - |
| HSV(B) | 116.79º | 0.3% | 0.73% | - |
| XYZ | 31.7 | 42.25 | 27.96 | - |
| YUV | 164.77 | 108.94 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 187 | 131 | 0.28 | 0 | 0.30 | 0.27 | 116.79 | 0.29 | 0.62 |
| Hex | 86 | BB | 83 | 1C | 0 | 1E | 1B | 75 | 1D | 3E |
| Octal | 206 | 273 | 203 | 34 | 0 | 36 | 33 | 165 | 35 | 76 |
| Binary | 10000110 | 10111011 | 10000011 | 11100 | 0 | 11110 | 11011 | 1110101 | 11101 | 111110 |
Color Harmonies of #86BB83
Complementary color
Monochromatic Colors of #86BB83
Black with #86BB83
Text Example
Text Example
White with #86BB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BB83; }
p { color: rgb(134,187,131); }
H1.HeaderClassName
{
color: #86BB83;
}
.AnyTagClassName
{
color: #86BB83;
}
</style>
background-color css
<style>
a { background-color: #86BB83; }
a { background-color: rgb(134,187,131); }
div.DivClassName
{
background-color: #86BB83;
}
.BgClassName
{
background-color: #86BB83;
}
</style>
border-color css
<style>
span { border-color: #86BB83; }
span { border-color: rgb(134,187,131); }
td.TdClassName
{
border-color: #86BB83;
}
.TagClassName
{
border-color: #86BB83;
}
</style>