Shades of Sea Nymph #7EABA1
Tints of Sea Nymph #7EABA1
RGB
CMYK
RGB Variations
Color information
#7EABA1 (or 0x7EABA1) is known color: Sea Nymph. HEX triplet: 7E, AB and A1. RGB value is (126,171,161). Sum of RGB (Red+Green+Blue) = 126+171+161=458 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.51% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 171 - color contains mainly: green. Hex color #7EABA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EABA1 is #81545E. Grayscale: #9C9C9C. Windows color (decimal): -8475743 or 10595198. OLE color: 10595198.
HSL color Cylindrical-coordinate representation of color #7EABA1: hue angle of 166.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7EABA1 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 171 | 161 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.33 |
| HSL | 166.67º | 0.21% | 0.58% | - |
| HSV(B) | 166.67º | 0.26% | 0.67% | - |
| XYZ | 29.6 | 36.13 | 39.13 | - |
| YUV | 156.41 | 130.59 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 171 | 161 | 0.26 | 0 | 0.06 | 0.33 | 166.67 | 0.21 | 0.58 |
| Hex | 7E | AB | A1 | 1A | 0 | 6 | 21 | A7 | 15 | 3A |
| Octal | 176 | 253 | 241 | 32 | 0 | 6 | 41 | 247 | 25 | 72 |
| Binary | 1111110 | 10101011 | 10100001 | 11010 | 0 | 110 | 100001 | 10100111 | 10101 | 111010 |
Color Harmonies of #7EABA1
Complementary color
Monochromatic Colors of #7EABA1
Black with #7EABA1
Text Example
Text Example
White with #7EABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EABA1; }
p { color: rgb(126,171,161); }
H1.HeaderClassName
{
color: #7EABA1;
}
.AnyTagClassName
{
color: #7EABA1;
}
</style>
background-color css
<style>
a { background-color: #7EABA1; }
a { background-color: rgb(126,171,161); }
div.DivClassName
{
background-color: #7EABA1;
}
.BgClassName
{
background-color: #7EABA1;
}
</style>
border-color css
<style>
span { border-color: #7EABA1; }
span { border-color: rgb(126,171,161); }
td.TdClassName
{
border-color: #7EABA1;
}
.TagClassName
{
border-color: #7EABA1;
}
</style>