Shades of Sea Nymph #81B59F
Tints of Sea Nymph #81B59F
RGB
CMYK
RGB Variations
Color information
#81B59F (or 0x81B59F) is known color: Sea Nymph. HEX triplet: 81, B5 and 9F. RGB value is (129,181,159). Sum of RGB (Red+Green+Blue) = 129+181+159=469 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.51% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 181 - color contains mainly: green. Hex color #81B59F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B59F is #7E4A60. Grayscale: #A2A2A2. Windows color (decimal): -8276577 or 10466689. OLE color: 10466689.
HSL color Cylindrical-coordinate representation of color #81B59F: hue angle of 154.62º 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 #81B59F is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 181 | 159 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.29 |
| HSL | 154.62º | 0.26% | 0.61% | - |
| HSV(B) | 154.62º | 0.29% | 0.71% | - |
| XYZ | 31.84 | 40.22 | 38.89 | - |
| YUV | 162.94 | 125.77 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 181 | 159 | 0.29 | 0 | 0.12 | 0.29 | 154.62 | 0.26 | 0.61 |
| Hex | 81 | B5 | 9F | 1D | 0 | C | 1D | 9B | 1A | 3D |
| Octal | 201 | 265 | 237 | 35 | 0 | 14 | 35 | 233 | 32 | 75 |
| Binary | 10000001 | 10110101 | 10011111 | 11101 | 0 | 1100 | 11101 | 10011011 | 11010 | 111101 |
Color Harmonies of #81B59F
Complementary color
Monochromatic Colors of #81B59F
Black with #81B59F
Text Example
Text Example
White with #81B59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B59F; }
p { color: rgb(129,181,159); }
H1.HeaderClassName
{
color: #81B59F;
}
.AnyTagClassName
{
color: #81B59F;
}
</style>
background-color css
<style>
a { background-color: #81B59F; }
a { background-color: rgb(129,181,159); }
div.DivClassName
{
background-color: #81B59F;
}
.BgClassName
{
background-color: #81B59F;
}
</style>
border-color css
<style>
span { border-color: #81B59F; }
span { border-color: rgb(129,181,159); }
td.TdClassName
{
border-color: #81B59F;
}
.TagClassName
{
border-color: #81B59F;
}
</style>