Shades of Dark Sea Green #86BD91
Tints of Dark Sea Green #86BD91
RGB
CMYK
RGB Variations
Color information
#86BD91 (or 0x86BD91) is known color: Dark Sea Green. HEX triplet: 86, BD and 91. RGB value is (134,189,145). Sum of RGB (Red+Green+Blue) = 134+189+145=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 189 - color contains mainly: green. Hex color #86BD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BD91 is #79426E. Grayscale: #A7A7A7. Windows color (decimal): -7946863 or 9551238. OLE color: 9551238.
HSL color Cylindrical-coordinate representation of color #86BD91: hue angle of 132º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86BD91 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 189 | 145 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.26 |
| HSL | 132º | 0.29% | 0.63% | - |
| HSV(B) | 132º | 0.29% | 0.74% | - |
| XYZ | 33.14 | 43.51 | 33.44 | - |
| YUV | 167.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 189 | 145 | 0.29 | 0 | 0.23 | 0.26 | 132 | 0.29 | 0.63 |
| Hex | 86 | BD | 91 | 1D | 0 | 17 | 1A | 84 | 1D | 3F |
| Octal | 206 | 275 | 221 | 35 | 0 | 27 | 32 | 204 | 35 | 77 |
| Binary | 10000110 | 10111101 | 10010001 | 11101 | 0 | 10111 | 11010 | 10000100 | 11101 | 111111 |
Color Harmonies of #86BD91
Complementary color
Monochromatic Colors of #86BD91
Black with #86BD91
Text Example
Text Example
White with #86BD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BD91; }
p { color: rgb(134,189,145); }
H1.HeaderClassName
{
color: #86BD91;
}
.AnyTagClassName
{
color: #86BD91;
}
</style>
background-color css
<style>
a { background-color: #86BD91; }
a { background-color: rgb(134,189,145); }
div.DivClassName
{
background-color: #86BD91;
}
.BgClassName
{
background-color: #86BD91;
}
</style>
border-color css
<style>
span { border-color: #86BD91; }
span { border-color: rgb(134,189,145); }
td.TdClassName
{
border-color: #86BD91;
}
.TagClassName
{
border-color: #86BD91;
}
</style>