Shades of Sea Nymph #80AEA1
Tints of Sea Nymph #80AEA1
RGB
CMYK
RGB Variations
Color information
#80AEA1 (or 0x80AEA1) is known color: Sea Nymph. HEX triplet: 80, AE and A1. RGB value is (128,174,161). Sum of RGB (Red+Green+Blue) = 128+174+161=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 174 - color contains mainly: green. Hex color #80AEA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AEA1 is #7F515E. Grayscale: #9E9E9E. Windows color (decimal): -8343903 or 10595968. OLE color: 10595968.
HSL color Cylindrical-coordinate representation of color #80AEA1: hue angle of 163.04º 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 #80AEA1 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 174 | 161 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.32 |
| HSL | 163.04º | 0.22% | 0.59% | - |
| HSV(B) | 163.04º | 0.26% | 0.68% | - |
| XYZ | 30.47 | 37.43 | 39.34 | - |
| YUV | 158.76 | 129.26 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 174 | 161 | 0.26 | 0 | 0.07 | 0.32 | 163.04 | 0.22 | 0.59 |
| Hex | 80 | AE | A1 | 1A | 0 | 7 | 20 | A3 | 16 | 3B |
| Octal | 200 | 256 | 241 | 32 | 0 | 7 | 40 | 243 | 26 | 73 |
| Binary | 10000000 | 10101110 | 10100001 | 11010 | 0 | 111 | 100000 | 10100011 | 10110 | 111011 |
Color Harmonies of #80AEA1
Complementary color
Monochromatic Colors of #80AEA1
Black with #80AEA1
Text Example
Text Example
White with #80AEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AEA1; }
p { color: rgb(128,174,161); }
H1.HeaderClassName
{
color: #80AEA1;
}
.AnyTagClassName
{
color: #80AEA1;
}
</style>
background-color css
<style>
a { background-color: #80AEA1; }
a { background-color: rgb(128,174,161); }
div.DivClassName
{
background-color: #80AEA1;
}
.BgClassName
{
background-color: #80AEA1;
}
</style>
border-color css
<style>
span { border-color: #80AEA1; }
span { border-color: rgb(128,174,161); }
td.TdClassName
{
border-color: #80AEA1;
}
.TagClassName
{
border-color: #80AEA1;
}
</style>