Shades of Dark Sea Green #86AE81
Tints of Dark Sea Green #86AE81
RGB
CMYK
RGB Variations
Color information
#86AE81 (or 0x86AE81) is known color: Dark Sea Green. HEX triplet: 86, AE and 81. RGB value is (134,174,129). Sum of RGB (Red+Green+Blue) = 134+174+129=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 174 - color contains mainly: green. Hex color #86AE81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AE81 is #79517E. Grayscale: #9D9D9D. Windows color (decimal): -7950719 or 8498822. OLE color: 8498822.
HSL color Cylindrical-coordinate representation of color #86AE81: hue angle of 113.33º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86AE81 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 174 | 129 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.32 |
| HSL | 113.33º | 0.22% | 0.59% | - |
| HSV(B) | 113.33º | 0.26% | 0.68% | - |
| XYZ | 28.93 | 36.93 | 26.37 | - |
| YUV | 156.91 | 112.25 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 174 | 129 | 0.23 | 0 | 0.26 | 0.32 | 113.33 | 0.22 | 0.59 |
| Hex | 86 | AE | 81 | 17 | 0 | 1A | 20 | 71 | 16 | 3B |
| Octal | 206 | 256 | 201 | 27 | 0 | 32 | 40 | 161 | 26 | 73 |
| Binary | 10000110 | 10101110 | 10000001 | 10111 | 0 | 11010 | 100000 | 1110001 | 10110 | 111011 |
Color Harmonies of #86AE81
Complementary color
Monochromatic Colors of #86AE81
Black with #86AE81
Text Example
Text Example
White with #86AE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AE81; }
p { color: rgb(134,174,129); }
H1.HeaderClassName
{
color: #86AE81;
}
.AnyTagClassName
{
color: #86AE81;
}
</style>
background-color css
<style>
a { background-color: #86AE81; }
a { background-color: rgb(134,174,129); }
div.DivClassName
{
background-color: #86AE81;
}
.BgClassName
{
background-color: #86AE81;
}
</style>
border-color css
<style>
span { border-color: #86AE81; }
span { border-color: rgb(134,174,129); }
td.TdClassName
{
border-color: #86AE81;
}
.TagClassName
{
border-color: #86AE81;
}
</style>