Shades of Sea Nymph #7FAB9E
Tints of Sea Nymph #7FAB9E
RGB
CMYK
RGB Variations
Color information
#7FAB9E (or 0x7FAB9E) is known color: Sea Nymph. HEX triplet: 7F, AB and 9E. RGB value is (127,171,158). Sum of RGB (Red+Green+Blue) = 127+171+158=456 (60% of max value = 765). Red value is 127 (50% from 255 or 27.85% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAB9E is #805461. Grayscale: #9C9C9C. Windows color (decimal): -8410210 or 10398591. OLE color: 10398591.
HSL color Cylindrical-coordinate representation of color #7FAB9E: hue angle of 162.27º 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 #7FAB9E is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 171 | 158 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.33 |
| HSL | 162.27º | 0.21% | 0.58% | - |
| HSV(B) | 162.27º | 0.26% | 0.67% | - |
| XYZ | 29.49 | 36.11 | 37.76 | - |
| YUV | 156.36 | 128.92 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 171 | 158 | 0.26 | 0 | 0.08 | 0.33 | 162.27 | 0.21 | 0.58 |
| Hex | 7F | AB | 9E | 1A | 0 | 8 | 21 | A2 | 15 | 3A |
| Octal | 177 | 253 | 236 | 32 | 0 | 10 | 41 | 242 | 25 | 72 |
| Binary | 1111111 | 10101011 | 10011110 | 11010 | 0 | 1000 | 100001 | 10100010 | 10101 | 111010 |
Color Harmonies of #7FAB9E
Complementary color
Monochromatic Colors of #7FAB9E
Black with #7FAB9E
Text Example
Text Example
White with #7FAB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAB9E; }
p { color: rgb(127,171,158); }
H1.HeaderClassName
{
color: #7FAB9E;
}
.AnyTagClassName
{
color: #7FAB9E;
}
</style>
background-color css
<style>
a { background-color: #7FAB9E; }
a { background-color: rgb(127,171,158); }
div.DivClassName
{
background-color: #7FAB9E;
}
.BgClassName
{
background-color: #7FAB9E;
}
</style>
border-color css
<style>
span { border-color: #7FAB9E; }
span { border-color: rgb(127,171,158); }
td.TdClassName
{
border-color: #7FAB9E;
}
.TagClassName
{
border-color: #7FAB9E;
}
</style>