Shades of Sea Nymph #81AAA1
Tints of Sea Nymph #81AAA1
RGB
CMYK
RGB Variations
Color information
#81AAA1 (or 0x81AAA1) is known color: Sea Nymph. HEX triplet: 81, AA and A1. RGB value is (129,170,161). Sum of RGB (Red+Green+Blue) = 129+170+161=460 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.04% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 170 - color contains mainly: green. Hex color #81AAA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AAA1 is #7E555E. Grayscale: #9C9C9C. Windows color (decimal): -8279391 or 10594945. OLE color: 10594945.
HSL color Cylindrical-coordinate representation of color #81AAA1: hue angle of 166.83º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #81AAA1 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 170 | 161 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.33 |
| HSL | 166.83º | 0.19% | 0.59% | - |
| HSV(B) | 166.83º | 0.24% | 0.67% | - |
| XYZ | 29.86 | 35.99 | 39.09 | - |
| YUV | 156.72 | 130.42 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 170 | 161 | 0.24 | 0 | 0.05 | 0.33 | 166.83 | 0.19 | 0.59 |
| Hex | 81 | AA | A1 | 18 | 0 | 5 | 21 | A7 | 13 | 3B |
| Octal | 201 | 252 | 241 | 30 | 0 | 5 | 41 | 247 | 23 | 73 |
| Binary | 10000001 | 10101010 | 10100001 | 11000 | 0 | 101 | 100001 | 10100111 | 10011 | 111011 |
Color Harmonies of #81AAA1
Complementary color
Monochromatic Colors of #81AAA1
Black with #81AAA1
Text Example
Text Example
White with #81AAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AAA1; }
p { color: rgb(129,170,161); }
H1.HeaderClassName
{
color: #81AAA1;
}
.AnyTagClassName
{
color: #81AAA1;
}
</style>
background-color css
<style>
a { background-color: #81AAA1; }
a { background-color: rgb(129,170,161); }
div.DivClassName
{
background-color: #81AAA1;
}
.BgClassName
{
background-color: #81AAA1;
}
</style>
border-color css
<style>
span { border-color: #81AAA1; }
span { border-color: rgb(129,170,161); }
td.TdClassName
{
border-color: #81AAA1;
}
.TagClassName
{
border-color: #81AAA1;
}
</style>