Shades of Sea Nymph #7EAEA0
Tints of Sea Nymph #7EAEA0
RGB
CMYK
RGB Variations
Color information
#7EAEA0 (or 0x7EAEA0) is known color: Sea Nymph. HEX triplet: 7E, AE and A0. RGB value is (126,174,160). Sum of RGB (Red+Green+Blue) = 126+174+160=460 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.39% from 460); Green value is 174 (68.36% from 255 or 37.83% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 174 - color contains mainly: green. Hex color #7EAEA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAEA0 is #81515F. Grayscale: #9E9E9E. Windows color (decimal): -8474976 or 10530430. OLE color: 10530430.
HSL color Cylindrical-coordinate representation of color #7EAEA0: hue angle of 162.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7EAEA0 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 174 | 160 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.32 |
| HSL | 162.5º | 0.23% | 0.59% | - |
| HSV(B) | 162.5º | 0.28% | 0.68% | - |
| XYZ | 30.09 | 37.25 | 38.86 | - |
| YUV | 158.05 | 129.1 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 174 | 160 | 0.28 | 0 | 0.08 | 0.32 | 162.5 | 0.23 | 0.59 |
| Hex | 7E | AE | A0 | 1C | 0 | 8 | 20 | A2 | 17 | 3B |
| Octal | 176 | 256 | 240 | 34 | 0 | 10 | 40 | 242 | 27 | 73 |
| Binary | 1111110 | 10101110 | 10100000 | 11100 | 0 | 1000 | 100000 | 10100010 | 10111 | 111011 |
Color Harmonies of #7EAEA0
Complementary color
Monochromatic Colors of #7EAEA0
Black with #7EAEA0
Text Example
Text Example
White with #7EAEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAEA0; }
p { color: rgb(126,174,160); }
H1.HeaderClassName
{
color: #7EAEA0;
}
.AnyTagClassName
{
color: #7EAEA0;
}
</style>
background-color css
<style>
a { background-color: #7EAEA0; }
a { background-color: rgb(126,174,160); }
div.DivClassName
{
background-color: #7EAEA0;
}
.BgClassName
{
background-color: #7EAEA0;
}
</style>
border-color css
<style>
span { border-color: #7EAEA0; }
span { border-color: rgb(126,174,160); }
td.TdClassName
{
border-color: #7EAEA0;
}
.TagClassName
{
border-color: #7EAEA0;
}
</style>