Shades of Sea Nymph #7FABA2
Tints of Sea Nymph #7FABA2
RGB
CMYK
RGB Variations
Color information
#7FABA2 (or 0x7FABA2) is known color: Sea Nymph. HEX triplet: 7F, AB and A2. RGB value is (127,171,162). Sum of RGB (Red+Green+Blue) = 127+171+162=460 (60% of max value = 765). Red value is 127 (50% from 255 or 27.61% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 171 - color contains mainly: green. Hex color #7FABA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FABA2 is #80545D. Grayscale: #9C9C9C. Windows color (decimal): -8410206 or 10660735. OLE color: 10660735.
HSL color Cylindrical-coordinate representation of color #7FABA2: hue angle of 167.73º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7FABA2 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 171 | 162 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.33 |
| HSL | 167.73º | 0.21% | 0.58% | - |
| HSV(B) | 167.73º | 0.26% | 0.67% | - |
| XYZ | 29.84 | 36.25 | 39.61 | - |
| YUV | 156.82 | 130.92 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 171 | 162 | 0.26 | 0 | 0.05 | 0.33 | 167.73 | 0.21 | 0.58 |
| Hex | 7F | AB | A2 | 1A | 0 | 5 | 21 | A8 | 15 | 3A |
| Octal | 177 | 253 | 242 | 32 | 0 | 5 | 41 | 250 | 25 | 72 |
| Binary | 1111111 | 10101011 | 10100010 | 11010 | 0 | 101 | 100001 | 10101000 | 10101 | 111010 |
Color Harmonies of #7FABA2
Complementary color
Monochromatic Colors of #7FABA2
Black with #7FABA2
Text Example
Text Example
White with #7FABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FABA2; }
p { color: rgb(127,171,162); }
H1.HeaderClassName
{
color: #7FABA2;
}
.AnyTagClassName
{
color: #7FABA2;
}
</style>
background-color css
<style>
a { background-color: #7FABA2; }
a { background-color: rgb(127,171,162); }
div.DivClassName
{
background-color: #7FABA2;
}
.BgClassName
{
background-color: #7FABA2;
}
</style>
border-color css
<style>
span { border-color: #7FABA2; }
span { border-color: rgb(127,171,162); }
td.TdClassName
{
border-color: #7FABA2;
}
.TagClassName
{
border-color: #7FABA2;
}
</style>