Shades of Sea Nymph #7EADA2
Tints of Sea Nymph #7EADA2
RGB
CMYK
RGB Variations
Color information
#7EADA2 (or 0x7EADA2) is known color: Sea Nymph. HEX triplet: 7E, AD and A2. RGB value is (126,173,162). Sum of RGB (Red+Green+Blue) = 126+173+162=461 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.33% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 173 - color contains mainly: green. Hex color #7EADA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EADA2 is #81525D. Grayscale: #9D9D9D. Windows color (decimal): -8475230 or 10661246. OLE color: 10661246.
HSL color Cylindrical-coordinate representation of color #7EADA2: hue angle of 165.96º 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 #7EADA2 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 173 | 162 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.32 |
| HSL | 165.96º | 0.22% | 0.59% | - |
| HSV(B) | 165.96º | 0.27% | 0.68% | - |
| XYZ | 30.07 | 36.93 | 39.73 | - |
| YUV | 157.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 173 | 162 | 0.27 | 0 | 0.06 | 0.32 | 165.96 | 0.22 | 0.59 |
| Hex | 7E | AD | A2 | 1B | 0 | 6 | 20 | A6 | 16 | 3B |
| Octal | 176 | 255 | 242 | 33 | 0 | 6 | 40 | 246 | 26 | 73 |
| Binary | 1111110 | 10101101 | 10100010 | 11011 | 0 | 110 | 100000 | 10100110 | 10110 | 111011 |
Color Harmonies of #7EADA2
Complementary color
Monochromatic Colors of #7EADA2
Black with #7EADA2
Text Example
Text Example
White with #7EADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EADA2; }
p { color: rgb(126,173,162); }
H1.HeaderClassName
{
color: #7EADA2;
}
.AnyTagClassName
{
color: #7EADA2;
}
</style>
background-color css
<style>
a { background-color: #7EADA2; }
a { background-color: rgb(126,173,162); }
div.DivClassName
{
background-color: #7EADA2;
}
.BgClassName
{
background-color: #7EADA2;
}
</style>
border-color css
<style>
span { border-color: #7EADA2; }
span { border-color: rgb(126,173,162); }
td.TdClassName
{
border-color: #7EADA2;
}
.TagClassName
{
border-color: #7EADA2;
}
</style>