Shades of Sea Nymph #7FAEA1
Tints of Sea Nymph #7FAEA1
RGB
CMYK
RGB Variations
Color information
#7FAEA1 (or 0x7FAEA1) is known color: Sea Nymph. HEX triplet: 7F, AE and A1. RGB value is (127,174,161). Sum of RGB (Red+Green+Blue) = 127+174+161=462 (61% of max value = 765). Red value is 127 (50% from 255 or 27.49% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAEA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAEA1 is #80515E. Grayscale: #9E9E9E. Windows color (decimal): -8409439 or 10595967. OLE color: 10595967.
HSL color Cylindrical-coordinate representation of color #7FAEA1: hue angle of 163.4º 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 #7FAEA1 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 174 | 161 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.32 |
| HSL | 163.4º | 0.22% | 0.59% | - |
| HSV(B) | 163.4º | 0.27% | 0.68% | - |
| XYZ | 30.32 | 37.36 | 39.33 | - |
| YUV | 158.47 | 129.43 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 174 | 161 | 0.27 | 0 | 0.07 | 0.32 | 163.4 | 0.22 | 0.59 |
| Hex | 7F | AE | A1 | 1B | 0 | 7 | 20 | A3 | 16 | 3B |
| Octal | 177 | 256 | 241 | 33 | 0 | 7 | 40 | 243 | 26 | 73 |
| Binary | 1111111 | 10101110 | 10100001 | 11011 | 0 | 111 | 100000 | 10100011 | 10110 | 111011 |
Color Harmonies of #7FAEA1
Complementary color
Monochromatic Colors of #7FAEA1
Black with #7FAEA1
Text Example
Text Example
White with #7FAEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAEA1; }
p { color: rgb(127,174,161); }
H1.HeaderClassName
{
color: #7FAEA1;
}
.AnyTagClassName
{
color: #7FAEA1;
}
</style>
background-color css
<style>
a { background-color: #7FAEA1; }
a { background-color: rgb(127,174,161); }
div.DivClassName
{
background-color: #7FAEA1;
}
.BgClassName
{
background-color: #7FAEA1;
}
</style>
border-color css
<style>
span { border-color: #7FAEA1; }
span { border-color: rgb(127,174,161); }
td.TdClassName
{
border-color: #7FAEA1;
}
.TagClassName
{
border-color: #7FAEA1;
}
</style>