Shades of Dark Sea Green #86B883
Tints of Dark Sea Green #86B883
RGB
CMYK
RGB Variations
Color information
#86B883 (or 0x86B883) is known color: Dark Sea Green. HEX triplet: 86, B8 and 83. RGB value is (134,184,131). Sum of RGB (Red+Green+Blue) = 134+184+131=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 184 - color contains mainly: green. Hex color #86B883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B883 is #79477C. Grayscale: #A3A3A3. Windows color (decimal): -7948157 or 8632454. OLE color: 8632454.
HSL color Cylindrical-coordinate representation of color #86B883: hue angle of 116.6º degrees, saturation: 0.27, 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 #86B883 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 184 | 131 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.28 |
| HSL | 116.6º | 0.27% | 0.62% | - |
| HSV(B) | 116.6º | 0.29% | 0.72% | - |
| XYZ | 31.07 | 40.99 | 27.75 | - |
| YUV | 163.01 | 109.94 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 184 | 131 | 0.27 | 0 | 0.29 | 0.28 | 116.6 | 0.27 | 0.62 |
| Hex | 86 | B8 | 83 | 1B | 0 | 1D | 1C | 75 | 1B | 3E |
| Octal | 206 | 270 | 203 | 33 | 0 | 35 | 34 | 165 | 33 | 76 |
| Binary | 10000110 | 10111000 | 10000011 | 11011 | 0 | 11101 | 11100 | 1110101 | 11011 | 111110 |
Color Harmonies of #86B883
Complementary color
Monochromatic Colors of #86B883
Black with #86B883
Text Example
Text Example
White with #86B883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B883; }
p { color: rgb(134,184,131); }
H1.HeaderClassName
{
color: #86B883;
}
.AnyTagClassName
{
color: #86B883;
}
</style>
background-color css
<style>
a { background-color: #86B883; }
a { background-color: rgb(134,184,131); }
div.DivClassName
{
background-color: #86B883;
}
.BgClassName
{
background-color: #86B883;
}
</style>
border-color css
<style>
span { border-color: #86B883; }
span { border-color: rgb(134,184,131); }
td.TdClassName
{
border-color: #86B883;
}
.TagClassName
{
border-color: #86B883;
}
</style>