Shades of Dark Sea Green #86BD8F
Tints of Dark Sea Green #86BD8F
RGB
CMYK
RGB Variations
Color information
#86BD8F (or 0x86BD8F) is known color: Dark Sea Green. HEX triplet: 86, BD and 8F. RGB value is (134,189,143). Sum of RGB (Red+Green+Blue) = 134+189+143=466 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.76% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 189 - color contains mainly: green. Hex color #86BD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BD8F is #794270. Grayscale: #A7A7A7. Windows color (decimal): -7946865 or 9420166. OLE color: 9420166.
HSL color Cylindrical-coordinate representation of color #86BD8F: hue angle of 129.82º 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 #86BD8F is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 189 | 143 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.26 |
| HSL | 129.82º | 0.29% | 0.63% | - |
| HSV(B) | 129.82º | 0.29% | 0.74% | - |
| XYZ | 32.99 | 43.45 | 32.63 | - |
| YUV | 167.31 | 114.28 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 189 | 143 | 0.29 | 0 | 0.24 | 0.26 | 129.82 | 0.29 | 0.63 |
| Hex | 86 | BD | 8F | 1D | 0 | 18 | 1A | 82 | 1D | 3F |
| Octal | 206 | 275 | 217 | 35 | 0 | 30 | 32 | 202 | 35 | 77 |
| Binary | 10000110 | 10111101 | 10001111 | 11101 | 0 | 11000 | 11010 | 10000010 | 11101 | 111111 |
Color Harmonies of #86BD8F
Complementary color
Monochromatic Colors of #86BD8F
Black with #86BD8F
Text Example
Text Example
White with #86BD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BD8F; }
p { color: rgb(134,189,143); }
H1.HeaderClassName
{
color: #86BD8F;
}
.AnyTagClassName
{
color: #86BD8F;
}
</style>
background-color css
<style>
a { background-color: #86BD8F; }
a { background-color: rgb(134,189,143); }
div.DivClassName
{
background-color: #86BD8F;
}
.BgClassName
{
background-color: #86BD8F;
}
</style>
border-color css
<style>
span { border-color: #86BD8F; }
span { border-color: rgb(134,189,143); }
td.TdClassName
{
border-color: #86BD8F;
}
.TagClassName
{
border-color: #86BD8F;
}
</style>