Shades of Sea Nymph #7FAFA1
Tints of Sea Nymph #7FAFA1
RGB
CMYK
RGB Variations
Color information
#7FAFA1 (or 0x7FAFA1) is known color: Sea Nymph. HEX triplet: 7F, AF and A1. RGB value is (127,175,161). Sum of RGB (Red+Green+Blue) = 127+175+161=463 (61% of max value = 765). Red value is 127 (50% from 255 or 27.43% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAFA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAFA1 is #80505E. Grayscale: #9F9F9F. Windows color (decimal): -8409183 or 10596223. OLE color: 10596223.
HSL color Cylindrical-coordinate representation of color #7FAFA1: hue angle of 162.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FAFA1 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 175 | 161 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.31 |
| HSL | 162.5º | 0.23% | 0.59% | - |
| HSV(B) | 162.5º | 0.27% | 0.69% | - |
| XYZ | 30.52 | 37.75 | 39.4 | - |
| YUV | 159.05 | 129.1 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 175 | 161 | 0.27 | 0 | 0.08 | 0.31 | 162.5 | 0.23 | 0.59 |
| Hex | 7F | AF | A1 | 1B | 0 | 8 | 1F | A2 | 17 | 3B |
| Octal | 177 | 257 | 241 | 33 | 0 | 10 | 37 | 242 | 27 | 73 |
| Binary | 1111111 | 10101111 | 10100001 | 11011 | 0 | 1000 | 11111 | 10100010 | 10111 | 111011 |
Color Harmonies of #7FAFA1
Complementary color
Monochromatic Colors of #7FAFA1
Black with #7FAFA1
Text Example
Text Example
White with #7FAFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAFA1; }
p { color: rgb(127,175,161); }
H1.HeaderClassName
{
color: #7FAFA1;
}
.AnyTagClassName
{
color: #7FAFA1;
}
</style>
background-color css
<style>
a { background-color: #7FAFA1; }
a { background-color: rgb(127,175,161); }
div.DivClassName
{
background-color: #7FAFA1;
}
.BgClassName
{
background-color: #7FAFA1;
}
</style>
border-color css
<style>
span { border-color: #7FAFA1; }
span { border-color: rgb(127,175,161); }
td.TdClassName
{
border-color: #7FAFA1;
}
.TagClassName
{
border-color: #7FAFA1;
}
</style>