Shades of Sea Nymph #7EACA1
Tints of Sea Nymph #7EACA1
RGB
CMYK
RGB Variations
Color information
#7EACA1 (or 0x7EACA1) is known color: Sea Nymph. HEX triplet: 7E, AC and A1. RGB value is (126,172,161). Sum of RGB (Red+Green+Blue) = 126+172+161=459 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.45% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 172 - color contains mainly: green. Hex color #7EACA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EACA1 is #81535E. Grayscale: #9C9C9C. Windows color (decimal): -8475487 or 10595454. OLE color: 10595454.
HSL color Cylindrical-coordinate representation of color #7EACA1: hue angle of 165.65º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7EACA1 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 172 | 161 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.33 |
| HSL | 165.65º | 0.22% | 0.58% | - |
| HSV(B) | 165.65º | 0.27% | 0.67% | - |
| XYZ | 29.79 | 36.51 | 39.2 | - |
| YUV | 156.99 | 130.26 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 172 | 161 | 0.27 | 0 | 0.06 | 0.33 | 165.65 | 0.22 | 0.58 |
| Hex | 7E | AC | A1 | 1B | 0 | 6 | 21 | A6 | 16 | 3A |
| Octal | 176 | 254 | 241 | 33 | 0 | 6 | 41 | 246 | 26 | 72 |
| Binary | 1111110 | 10101100 | 10100001 | 11011 | 0 | 110 | 100001 | 10100110 | 10110 | 111010 |
Color Harmonies of #7EACA1
Complementary color
Monochromatic Colors of #7EACA1
Black with #7EACA1
Text Example
Text Example
White with #7EACA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EACA1; }
p { color: rgb(126,172,161); }
H1.HeaderClassName
{
color: #7EACA1;
}
.AnyTagClassName
{
color: #7EACA1;
}
</style>
background-color css
<style>
a { background-color: #7EACA1; }
a { background-color: rgb(126,172,161); }
div.DivClassName
{
background-color: #7EACA1;
}
.BgClassName
{
background-color: #7EACA1;
}
</style>
border-color css
<style>
span { border-color: #7EACA1; }
span { border-color: rgb(126,172,161); }
td.TdClassName
{
border-color: #7EACA1;
}
.TagClassName
{
border-color: #7EACA1;
}
</style>