Shades of Dark Sea Green #81B888
Tints of Dark Sea Green #81B888
RGB
CMYK
RGB Variations
Color information
#81B888 (or 0x81B888) is known color: Dark Sea Green. HEX triplet: 81, B8 and 88. RGB value is (129,184,136). Sum of RGB (Red+Green+Blue) = 129+184+136=449 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.73% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 184 - color contains mainly: green. Hex color #81B888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B888 is #7E4777. Grayscale: #A2A2A2. Windows color (decimal): -8275832 or 8960129. OLE color: 8960129.
HSL color Cylindrical-coordinate representation of color #81B888: hue angle of 127.64º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #81B888 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 129 | 184 | 136 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.28 |
| HSL | 127.64º | 0.28% | 0.61% | - |
| HSV(B) | 127.64º | 0.3% | 0.72% | - |
| XYZ | 30.64 | 40.73 | 29.54 | - |
| YUV | 162.08 | 113.28 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 184 | 136 | 0.30 | 0 | 0.26 | 0.28 | 127.64 | 0.28 | 0.61 |
| Hex | 81 | B8 | 88 | 1E | 0 | 1A | 1C | 80 | 1C | 3D |
| Octal | 201 | 270 | 210 | 36 | 0 | 32 | 34 | 200 | 34 | 75 |
| Binary | 10000001 | 10111000 | 10001000 | 11110 | 0 | 11010 | 11100 | 10000000 | 11100 | 111101 |
Color Harmonies of #81B888
Complementary color
Monochromatic Colors of #81B888
Black with #81B888
Text Example
Text Example
White with #81B888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B888; }
p { color: rgb(129,184,136); }
H1.HeaderClassName
{
color: #81B888;
}
.AnyTagClassName
{
color: #81B888;
}
</style>
background-color css
<style>
a { background-color: #81B888; }
a { background-color: rgb(129,184,136); }
div.DivClassName
{
background-color: #81B888;
}
.BgClassName
{
background-color: #81B888;
}
</style>
border-color css
<style>
span { border-color: #81B888; }
span { border-color: rgb(129,184,136); }
td.TdClassName
{
border-color: #81B888;
}
.TagClassName
{
border-color: #81B888;
}
</style>