Shades of Dark Sea Green #86BA8C
Tints of Dark Sea Green #86BA8C
RGB
CMYK
RGB Variations
Color information
#86BA8C (or 0x86BA8C) is known color: Dark Sea Green. HEX triplet: 86, BA and 8C. RGB value is (134,186,140). Sum of RGB (Red+Green+Blue) = 134+186+140=460 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.13% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BA8C is #794573. Grayscale: #A5A5A5. Windows color (decimal): -7947636 or 9222790. OLE color: 9222790.
HSL color Cylindrical-coordinate representation of color #86BA8C: hue angle of 126.92º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86BA8C is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 186 | 140 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.27 |
| HSL | 126.92º | 0.27% | 0.63% | - |
| HSV(B) | 126.92º | 0.28% | 0.73% | - |
| XYZ | 32.12 | 42.08 | 31.24 | - |
| YUV | 165.21 | 113.77 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 186 | 140 | 0.28 | 0 | 0.25 | 0.27 | 126.92 | 0.27 | 0.63 |
| Hex | 86 | BA | 8C | 1C | 0 | 19 | 1B | 7F | 1B | 3F |
| Octal | 206 | 272 | 214 | 34 | 0 | 31 | 33 | 177 | 33 | 77 |
| Binary | 10000110 | 10111010 | 10001100 | 11100 | 0 | 11001 | 11011 | 1111111 | 11011 | 111111 |
Color Harmonies of #86BA8C
Complementary color
Monochromatic Colors of #86BA8C
Black with #86BA8C
Text Example
Text Example
White with #86BA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BA8C; }
p { color: rgb(134,186,140); }
H1.HeaderClassName
{
color: #86BA8C;
}
.AnyTagClassName
{
color: #86BA8C;
}
</style>
background-color css
<style>
a { background-color: #86BA8C; }
a { background-color: rgb(134,186,140); }
div.DivClassName
{
background-color: #86BA8C;
}
.BgClassName
{
background-color: #86BA8C;
}
</style>
border-color css
<style>
span { border-color: #86BA8C; }
span { border-color: rgb(134,186,140); }
td.TdClassName
{
border-color: #86BA8C;
}
.TagClassName
{
border-color: #86BA8C;
}
</style>