Shades of Sea Nymph #80AAA3
Tints of Sea Nymph #80AAA3
RGB
CMYK
RGB Variations
Color information
#80AAA3 (or 0x80AAA3) is known color: Sea Nymph. HEX triplet: 80, AA and A3. RGB value is (128,170,163). Sum of RGB (Red+Green+Blue) = 128+170+163=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 163 (64.06% from 255 or 35.36% from 461); Max value from RGB is 170 - color contains mainly: green. Hex color #80AAA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AAA3 is #7F555C. Grayscale: #9C9C9C. Windows color (decimal): -8344925 or 10726016. OLE color: 10726016.
HSL color Cylindrical-coordinate representation of color #80AAA3: hue angle of 170º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #80AAA3 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 163 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.33 |
| HSL | 170º | 0.2% | 0.58% | - |
| HSV(B) | 170º | 0.25% | 0.67% | - |
| XYZ | 29.89 | 35.98 | 40.02 | - |
| YUV | 156.64 | 131.59 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 163 | 0.25 | 0 | 0.04 | 0.33 | 170 | 0.2 | 0.58 |
| Hex | 80 | AA | A3 | 19 | 0 | 4 | 21 | AA | 14 | 3A |
| Octal | 200 | 252 | 243 | 31 | 0 | 4 | 41 | 252 | 24 | 72 |
| Binary | 10000000 | 10101010 | 10100011 | 11001 | 0 | 100 | 100001 | 10101010 | 10100 | 111010 |
Color Harmonies of #80AAA3
Complementary color
Monochromatic Colors of #80AAA3
Black with #80AAA3
Text Example
Text Example
White with #80AAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AAA3; }
p { color: rgb(128,170,163); }
H1.HeaderClassName
{
color: #80AAA3;
}
.AnyTagClassName
{
color: #80AAA3;
}
</style>
background-color css
<style>
a { background-color: #80AAA3; }
a { background-color: rgb(128,170,163); }
div.DivClassName
{
background-color: #80AAA3;
}
.BgClassName
{
background-color: #80AAA3;
}
</style>
border-color css
<style>
span { border-color: #80AAA3; }
span { border-color: rgb(128,170,163); }
td.TdClassName
{
border-color: #80AAA3;
}
.TagClassName
{
border-color: #80AAA3;
}
</style>