Shades of Sea Nymph #7EADA1
Tints of Sea Nymph #7EADA1
RGB
CMYK
RGB Variations
Color information
#7EADA1 (or 0x7EADA1) is known color: Sea Nymph. HEX triplet: 7E, AD and A1. RGB value is (126,173,161). Sum of RGB (Red+Green+Blue) = 126+173+161=460 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.39% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 173 - color contains mainly: green. Hex color #7EADA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EADA1 is #81525E. Grayscale: #9D9D9D. Windows color (decimal): -8475231 or 10595710. OLE color: 10595710.
HSL color Cylindrical-coordinate representation of color #7EADA1: hue angle of 164.68º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7EADA1 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 173 | 161 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.32 |
| HSL | 164.68º | 0.22% | 0.59% | - |
| HSV(B) | 164.68º | 0.27% | 0.68% | - |
| XYZ | 29.98 | 36.9 | 39.26 | - |
| YUV | 157.58 | 129.93 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 173 | 161 | 0.27 | 0 | 0.07 | 0.32 | 164.68 | 0.22 | 0.59 |
| Hex | 7E | AD | A1 | 1B | 0 | 7 | 20 | A5 | 16 | 3B |
| Octal | 176 | 255 | 241 | 33 | 0 | 7 | 40 | 245 | 26 | 73 |
| Binary | 1111110 | 10101101 | 10100001 | 11011 | 0 | 111 | 100000 | 10100101 | 10110 | 111011 |
Color Harmonies of #7EADA1
Complementary color
Monochromatic Colors of #7EADA1
Black with #7EADA1
Text Example
Text Example
White with #7EADA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EADA1; }
p { color: rgb(126,173,161); }
H1.HeaderClassName
{
color: #7EADA1;
}
.AnyTagClassName
{
color: #7EADA1;
}
</style>
background-color css
<style>
a { background-color: #7EADA1; }
a { background-color: rgb(126,173,161); }
div.DivClassName
{
background-color: #7EADA1;
}
.BgClassName
{
background-color: #7EADA1;
}
</style>
border-color css
<style>
span { border-color: #7EADA1; }
span { border-color: rgb(126,173,161); }
td.TdClassName
{
border-color: #7EADA1;
}
.TagClassName
{
border-color: #7EADA1;
}
</style>