Shades of Dark Sea Green #81AF80
Tints of Dark Sea Green #81AF80
RGB
CMYK
RGB Variations
Color information
#81AF80 (or 0x81AF80) is known color: Dark Sea Green. HEX triplet: 81, AF and 80. RGB value is (129,175,128). Sum of RGB (Red+Green+Blue) = 129+175+128=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AF80 is #7E507F. Grayscale: #9C9C9C. Windows color (decimal): -8278144 or 8433537. OLE color: 8433537.
HSL color Cylindrical-coordinate representation of color #81AF80: hue angle of 118.72º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #81AF80 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 175 | 128 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.31 |
| HSL | 118.72º | 0.23% | 0.59% | - |
| HSV(B) | 118.72º | 0.27% | 0.69% | - |
| XYZ | 28.28 | 36.89 | 26.05 | - |
| YUV | 155.89 | 112.26 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 175 | 128 | 0.26 | 0 | 0.27 | 0.31 | 118.72 | 0.23 | 0.59 |
| Hex | 81 | AF | 80 | 1A | 0 | 1B | 1F | 77 | 17 | 3B |
| Octal | 201 | 257 | 200 | 32 | 0 | 33 | 37 | 167 | 27 | 73 |
| Binary | 10000001 | 10101111 | 10000000 | 11010 | 0 | 11011 | 11111 | 1110111 | 10111 | 111011 |
Color Harmonies of #81AF80
Complementary color
Monochromatic Colors of #81AF80
Black with #81AF80
Text Example
Text Example
White with #81AF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AF80; }
p { color: rgb(129,175,128); }
H1.HeaderClassName
{
color: #81AF80;
}
.AnyTagClassName
{
color: #81AF80;
}
</style>
background-color css
<style>
a { background-color: #81AF80; }
a { background-color: rgb(129,175,128); }
div.DivClassName
{
background-color: #81AF80;
}
.BgClassName
{
background-color: #81AF80;
}
</style>
border-color css
<style>
span { border-color: #81AF80; }
span { border-color: rgb(129,175,128); }
td.TdClassName
{
border-color: #81AF80;
}
.TagClassName
{
border-color: #81AF80;
}
</style>