Shades of Dark Sea Green #81B082
Tints of Dark Sea Green #81B082
RGB
CMYK
RGB Variations
Color information
#81B082 (or 0x81B082) is known color: Dark Sea Green. HEX triplet: 81, B0 and 82. RGB value is (129,176,130). Sum of RGB (Red+Green+Blue) = 129+176+130=435 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.66% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 176 - color contains mainly: green. Hex color #81B082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81B082 is #7E4F7D. Grayscale: #9C9C9C. Windows color (decimal): -8277886 or 8564865. OLE color: 8564865.
HSL color Cylindrical-coordinate representation of color #81B082: hue angle of 121.28º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #81B082 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 176 | 130 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.31 |
| HSL | 121.28º | 0.23% | 0.6% | - |
| HSV(B) | 121.28º | 0.27% | 0.69% | - |
| XYZ | 28.61 | 37.33 | 26.82 | - |
| YUV | 156.7 | 112.93 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 176 | 130 | 0.27 | 0 | 0.26 | 0.31 | 121.28 | 0.23 | 0.6 |
| Hex | 81 | B0 | 82 | 1B | 0 | 1A | 1F | 79 | 17 | 3C |
| Octal | 201 | 260 | 202 | 33 | 0 | 32 | 37 | 171 | 27 | 74 |
| Binary | 10000001 | 10110000 | 10000010 | 11011 | 0 | 11010 | 11111 | 1111001 | 10111 | 111100 |
Color Harmonies of #81B082
Complementary color
Monochromatic Colors of #81B082
Black with #81B082
Text Example
Text Example
White with #81B082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B082; }
p { color: rgb(129,176,130); }
H1.HeaderClassName
{
color: #81B082;
}
.AnyTagClassName
{
color: #81B082;
}
</style>
background-color css
<style>
a { background-color: #81B082; }
a { background-color: rgb(129,176,130); }
div.DivClassName
{
background-color: #81B082;
}
.BgClassName
{
background-color: #81B082;
}
</style>
border-color css
<style>
span { border-color: #81B082; }
span { border-color: rgb(129,176,130); }
td.TdClassName
{
border-color: #81B082;
}
.TagClassName
{
border-color: #81B082;
}
</style>