Shades of Sea Nymph #81AE9D
Tints of Sea Nymph #81AE9D
RGB
CMYK
RGB Variations
Color information
#81AE9D (or 0x81AE9D) is known color: Sea Nymph. HEX triplet: 81, AE and 9D. RGB value is (129,174,157). Sum of RGB (Red+Green+Blue) = 129+174+157=460 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.04% from 460); Green value is 174 (68.36% from 255 or 37.83% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 174 - color contains mainly: green. Hex color #81AE9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AE9D is #7E5162. Grayscale: #9E9E9E. Windows color (decimal): -8278371 or 10333825. OLE color: 10333825.
HSL color Cylindrical-coordinate representation of color #81AE9D: hue angle of 157.33º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #81AE9D is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 174 | 157 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.32 |
| HSL | 157.33º | 0.22% | 0.59% | - |
| HSV(B) | 157.33º | 0.26% | 0.68% | - |
| XYZ | 30.28 | 37.37 | 37.52 | - |
| YUV | 158.61 | 127.09 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 174 | 157 | 0.26 | 0 | 0.10 | 0.32 | 157.33 | 0.22 | 0.59 |
| Hex | 81 | AE | 9D | 1A | 0 | A | 20 | 9D | 16 | 3B |
| Octal | 201 | 256 | 235 | 32 | 0 | 12 | 40 | 235 | 26 | 73 |
| Binary | 10000001 | 10101110 | 10011101 | 11010 | 0 | 1010 | 100000 | 10011101 | 10110 | 111011 |
Color Harmonies of #81AE9D
Complementary color
Monochromatic Colors of #81AE9D
Black with #81AE9D
Text Example
Text Example
White with #81AE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AE9D; }
p { color: rgb(129,174,157); }
H1.HeaderClassName
{
color: #81AE9D;
}
.AnyTagClassName
{
color: #81AE9D;
}
</style>
background-color css
<style>
a { background-color: #81AE9D; }
a { background-color: rgb(129,174,157); }
div.DivClassName
{
background-color: #81AE9D;
}
.BgClassName
{
background-color: #81AE9D;
}
</style>
border-color css
<style>
span { border-color: #81AE9D; }
span { border-color: rgb(129,174,157); }
td.TdClassName
{
border-color: #81AE9D;
}
.TagClassName
{
border-color: #81AE9D;
}
</style>