Shades of Dark Sea Green #86BC85
Tints of Dark Sea Green #86BC85
RGB
CMYK
RGB Variations
Color information
#86BC85 (or 0x86BC85) is known color: Dark Sea Green. HEX triplet: 86, BC and 85. RGB value is (134,188,133). Sum of RGB (Red+Green+Blue) = 134+188+133=455 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.45% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BC85 is #79437A. Grayscale: #A5A5A5. Windows color (decimal): -7947131 or 8764550. OLE color: 8764550.
HSL color Cylindrical-coordinate representation of color #86BC85: hue angle of 118.91º 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 #86BC85 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 188 | 133 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.26 |
| HSL | 118.91º | 0.29% | 0.63% | - |
| HSV(B) | 118.91º | 0.29% | 0.74% | - |
| XYZ | 32.05 | 42.73 | 28.75 | - |
| YUV | 165.58 | 109.61 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 188 | 133 | 0.29 | 0 | 0.29 | 0.26 | 118.91 | 0.29 | 0.63 |
| Hex | 86 | BC | 85 | 1D | 0 | 1D | 1A | 77 | 1D | 3F |
| Octal | 206 | 274 | 205 | 35 | 0 | 35 | 32 | 167 | 35 | 77 |
| Binary | 10000110 | 10111100 | 10000101 | 11101 | 0 | 11101 | 11010 | 1110111 | 11101 | 111111 |
Color Harmonies of #86BC85
Complementary color
Monochromatic Colors of #86BC85
Black with #86BC85
Text Example
Text Example
White with #86BC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BC85; }
p { color: rgb(134,188,133); }
H1.HeaderClassName
{
color: #86BC85;
}
.AnyTagClassName
{
color: #86BC85;
}
</style>
background-color css
<style>
a { background-color: #86BC85; }
a { background-color: rgb(134,188,133); }
div.DivClassName
{
background-color: #86BC85;
}
.BgClassName
{
background-color: #86BC85;
}
</style>
border-color css
<style>
span { border-color: #86BC85; }
span { border-color: rgb(134,188,133); }
td.TdClassName
{
border-color: #86BC85;
}
.TagClassName
{
border-color: #86BC85;
}
</style>