Shades of Sea Nymph #81AEA0
Tints of Sea Nymph #81AEA0
RGB
CMYK
RGB Variations
Color information
#81AEA0 (or 0x81AEA0) is known color: Sea Nymph. HEX triplet: 81, AE and A0. RGB value is (129,174,160). Sum of RGB (Red+Green+Blue) = 129+174+160=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 174 - color contains mainly: green. Hex color #81AEA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AEA0 is #7E515F. Grayscale: #9E9E9E. Windows color (decimal): -8278368 or 10530433. OLE color: 10530433.
HSL color Cylindrical-coordinate representation of color #81AEA0: hue angle of 161.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 #81AEA0 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 174 | 160 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.32 |
| HSL | 161.33º | 0.22% | 0.59% | - |
| HSV(B) | 161.33º | 0.26% | 0.68% | - |
| XYZ | 30.53 | 37.48 | 38.88 | - |
| YUV | 158.95 | 128.59 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 174 | 160 | 0.26 | 0 | 0.08 | 0.32 | 161.33 | 0.22 | 0.59 |
| Hex | 81 | AE | A0 | 1A | 0 | 8 | 20 | A1 | 16 | 3B |
| Octal | 201 | 256 | 240 | 32 | 0 | 10 | 40 | 241 | 26 | 73 |
| Binary | 10000001 | 10101110 | 10100000 | 11010 | 0 | 1000 | 100000 | 10100001 | 10110 | 111011 |
Color Harmonies of #81AEA0
Complementary color
Monochromatic Colors of #81AEA0
Black with #81AEA0
Text Example
Text Example
White with #81AEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AEA0; }
p { color: rgb(129,174,160); }
H1.HeaderClassName
{
color: #81AEA0;
}
.AnyTagClassName
{
color: #81AEA0;
}
</style>
background-color css
<style>
a { background-color: #81AEA0; }
a { background-color: rgb(129,174,160); }
div.DivClassName
{
background-color: #81AEA0;
}
.BgClassName
{
background-color: #81AEA0;
}
</style>
border-color css
<style>
span { border-color: #81AEA0; }
span { border-color: rgb(129,174,160); }
td.TdClassName
{
border-color: #81AEA0;
}
.TagClassName
{
border-color: #81AEA0;
}
</style>