Shades of Dark Sea Green #81B586
Tints of Dark Sea Green #81B586
RGB
CMYK
RGB Variations
Color information
#81B586 (or 0x81B586) is known color: Dark Sea Green. HEX triplet: 81, B5 and 86. RGB value is (129,181,134). Sum of RGB (Red+Green+Blue) = 129+181+134=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 181 - color contains mainly: green. Hex color #81B586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B586 is #7E4A79. Grayscale: #A0A0A0. Windows color (decimal): -8276602 or 8828289. OLE color: 8828289.
HSL color Cylindrical-coordinate representation of color #81B586: hue angle of 125.77º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81B586 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 181 | 134 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.29 |
| HSL | 125.77º | 0.26% | 0.61% | - |
| HSV(B) | 125.77º | 0.29% | 0.71% | - |
| XYZ | 29.88 | 39.44 | 28.59 | - |
| YUV | 160.09 | 113.27 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 181 | 134 | 0.29 | 0 | 0.26 | 0.29 | 125.77 | 0.26 | 0.61 |
| Hex | 81 | B5 | 86 | 1D | 0 | 1A | 1D | 7E | 1A | 3D |
| Octal | 201 | 265 | 206 | 35 | 0 | 32 | 35 | 176 | 32 | 75 |
| Binary | 10000001 | 10110101 | 10000110 | 11101 | 0 | 11010 | 11101 | 1111110 | 11010 | 111101 |
Color Harmonies of #81B586
Complementary color
Monochromatic Colors of #81B586
Black with #81B586
Text Example
Text Example
White with #81B586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B586; }
p { color: rgb(129,181,134); }
H1.HeaderClassName
{
color: #81B586;
}
.AnyTagClassName
{
color: #81B586;
}
</style>
background-color css
<style>
a { background-color: #81B586; }
a { background-color: rgb(129,181,134); }
div.DivClassName
{
background-color: #81B586;
}
.BgClassName
{
background-color: #81B586;
}
</style>
border-color css
<style>
span { border-color: #81B586; }
span { border-color: rgb(129,181,134); }
td.TdClassName
{
border-color: #81B586;
}
.TagClassName
{
border-color: #81B586;
}
</style>