Shades of Dark Sea Green #86AF82
Tints of Dark Sea Green #86AF82
RGB
CMYK
RGB Variations
Color information
#86AF82 (or 0x86AF82) is known color: Dark Sea Green. HEX triplet: 86, AF and 82. RGB value is (134,175,130). Sum of RGB (Red+Green+Blue) = 134+175+130=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AF82 is #79507D. Grayscale: #9D9D9D. Windows color (decimal): -7950462 or 8564614. OLE color: 8564614.
HSL color Cylindrical-coordinate representation of color #86AF82: hue angle of 114.67º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86AF82 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 175 | 130 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.31 |
| HSL | 114.67º | 0.22% | 0.6% | - |
| HSV(B) | 114.67º | 0.26% | 0.69% | - |
| XYZ | 29.19 | 37.34 | 26.79 | - |
| YUV | 157.61 | 112.42 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 175 | 130 | 0.23 | 0 | 0.26 | 0.31 | 114.67 | 0.22 | 0.6 |
| Hex | 86 | AF | 82 | 17 | 0 | 1A | 1F | 73 | 16 | 3C |
| Octal | 206 | 257 | 202 | 27 | 0 | 32 | 37 | 163 | 26 | 74 |
| Binary | 10000110 | 10101111 | 10000010 | 10111 | 0 | 11010 | 11111 | 1110011 | 10110 | 111100 |
Color Harmonies of #86AF82
Complementary color
Monochromatic Colors of #86AF82
Black with #86AF82
Text Example
Text Example
White with #86AF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AF82; }
p { color: rgb(134,175,130); }
H1.HeaderClassName
{
color: #86AF82;
}
.AnyTagClassName
{
color: #86AF82;
}
</style>
background-color css
<style>
a { background-color: #86AF82; }
a { background-color: rgb(134,175,130); }
div.DivClassName
{
background-color: #86AF82;
}
.BgClassName
{
background-color: #86AF82;
}
</style>
border-color css
<style>
span { border-color: #86AF82; }
span { border-color: rgb(134,175,130); }
td.TdClassName
{
border-color: #86AF82;
}
.TagClassName
{
border-color: #86AF82;
}
</style>