Shades of Sea Nymph #80A7A1
Tints of Sea Nymph #80A7A1
RGB
CMYK
RGB Variations
Color information
#80A7A1 (or 0x80A7A1) is known color: Sea Nymph. HEX triplet: 80, A7 and A1. RGB value is (128,167,161). Sum of RGB (Red+Green+Blue) = 128+167+161=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 167 - color contains mainly: green. Hex color #80A7A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A7A1 is #7F585E. Grayscale: #9A9A9A. Windows color (decimal): -8345695 or 10594176. OLE color: 10594176.
HSL color Cylindrical-coordinate representation of color #80A7A1: hue angle of 170.77º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #80A7A1 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 167 | 161 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.35 |
| HSL | 170.77º | 0.18% | 0.58% | - |
| HSV(B) | 170.77º | 0.23% | 0.65% | - |
| XYZ | 29.15 | 34.8 | 38.9 | - |
| YUV | 154.66 | 131.58 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 167 | 161 | 0.23 | 0 | 0.04 | 0.35 | 170.77 | 0.18 | 0.58 |
| Hex | 80 | A7 | A1 | 17 | 0 | 4 | 23 | AB | 12 | 3A |
| Octal | 200 | 247 | 241 | 27 | 0 | 4 | 43 | 253 | 22 | 72 |
| Binary | 10000000 | 10100111 | 10100001 | 10111 | 0 | 100 | 100011 | 10101011 | 10010 | 111010 |
Color Harmonies of #80A7A1
Complementary color
Monochromatic Colors of #80A7A1
Black with #80A7A1
Text Example
Text Example
White with #80A7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A7A1; }
p { color: rgb(128,167,161); }
H1.HeaderClassName
{
color: #80A7A1;
}
.AnyTagClassName
{
color: #80A7A1;
}
</style>
background-color css
<style>
a { background-color: #80A7A1; }
a { background-color: rgb(128,167,161); }
div.DivClassName
{
background-color: #80A7A1;
}
.BgClassName
{
background-color: #80A7A1;
}
</style>
border-color css
<style>
span { border-color: #80A7A1; }
span { border-color: rgb(128,167,161); }
td.TdClassName
{
border-color: #80A7A1;
}
.TagClassName
{
border-color: #80A7A1;
}
</style>