Shades of Sea Nymph #7FB0A1
Tints of Sea Nymph #7FB0A1
RGB
CMYK
RGB Variations
Color information
#7FB0A1 (or 0x7FB0A1) is known color: Sea Nymph. HEX triplet: 7F, B0 and A1. RGB value is (127,176,161). Sum of RGB (Red+Green+Blue) = 127+176+161=464 (61% of max value = 765). Red value is 127 (50% from 255 or 27.37% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB0A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB0A1 is #804F5E. Grayscale: #9F9F9F. Windows color (decimal): -8408927 or 10596479. OLE color: 10596479.
HSL color Cylindrical-coordinate representation of color #7FB0A1: hue angle of 161.63º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7FB0A1 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 176 | 161 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.31 |
| HSL | 161.63º | 0.24% | 0.59% | - |
| HSV(B) | 161.63º | 0.28% | 0.69% | - |
| XYZ | 30.71 | 38.14 | 39.46 | - |
| YUV | 159.64 | 128.77 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 176 | 161 | 0.28 | 0 | 0.09 | 0.31 | 161.63 | 0.24 | 0.59 |
| Hex | 7F | B0 | A1 | 1C | 0 | 9 | 1F | A2 | 18 | 3B |
| Octal | 177 | 260 | 241 | 34 | 0 | 11 | 37 | 242 | 30 | 73 |
| Binary | 1111111 | 10110000 | 10100001 | 11100 | 0 | 1001 | 11111 | 10100010 | 11000 | 111011 |
Color Harmonies of #7FB0A1
Complementary color
Monochromatic Colors of #7FB0A1
Black with #7FB0A1
Text Example
Text Example
White with #7FB0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB0A1; }
p { color: rgb(127,176,161); }
H1.HeaderClassName
{
color: #7FB0A1;
}
.AnyTagClassName
{
color: #7FB0A1;
}
</style>
background-color css
<style>
a { background-color: #7FB0A1; }
a { background-color: rgb(127,176,161); }
div.DivClassName
{
background-color: #7FB0A1;
}
.BgClassName
{
background-color: #7FB0A1;
}
</style>
border-color css
<style>
span { border-color: #7FB0A1; }
span { border-color: rgb(127,176,161); }
td.TdClassName
{
border-color: #7FB0A1;
}
.TagClassName
{
border-color: #7FB0A1;
}
</style>