Shades of Sea Nymph #7FB9A1
Tints of Sea Nymph #7FB9A1
RGB
CMYK
RGB Variations
Color information
#7FB9A1 (or 0x7FB9A1) is known color: Sea Nymph. HEX triplet: 7F, B9 and A1. RGB value is (127,185,161). Sum of RGB (Red+Green+Blue) = 127+185+161=473 (62% of max value = 765). Red value is 127 (50% from 255 or 26.85% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #7FB9A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB9A1 is #80465E. Grayscale: #A4A4A4. Windows color (decimal): -8406623 or 10598783. OLE color: 10598783.
HSL color Cylindrical-coordinate representation of color #7FB9A1: hue angle of 155.17º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FB9A1 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 185 | 161 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.27 |
| HSL | 155.17º | 0.29% | 0.61% | - |
| HSV(B) | 155.17º | 0.31% | 0.73% | - |
| XYZ | 32.53 | 41.78 | 40.07 | - |
| YUV | 164.92 | 125.78 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 185 | 161 | 0.31 | 0 | 0.13 | 0.27 | 155.17 | 0.29 | 0.61 |
| Hex | 7F | B9 | A1 | 1F | 0 | D | 1B | 9B | 1D | 3D |
| Octal | 177 | 271 | 241 | 37 | 0 | 15 | 33 | 233 | 35 | 75 |
| Binary | 1111111 | 10111001 | 10100001 | 11111 | 0 | 1101 | 11011 | 10011011 | 11101 | 111101 |
Color Harmonies of #7FB9A1
Complementary color
Monochromatic Colors of #7FB9A1
Black with #7FB9A1
Text Example
Text Example
White with #7FB9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB9A1; }
p { color: rgb(127,185,161); }
H1.HeaderClassName
{
color: #7FB9A1;
}
.AnyTagClassName
{
color: #7FB9A1;
}
</style>
background-color css
<style>
a { background-color: #7FB9A1; }
a { background-color: rgb(127,185,161); }
div.DivClassName
{
background-color: #7FB9A1;
}
.BgClassName
{
background-color: #7FB9A1;
}
</style>
border-color css
<style>
span { border-color: #7FB9A1; }
span { border-color: rgb(127,185,161); }
td.TdClassName
{
border-color: #7FB9A1;
}
.TagClassName
{
border-color: #7FB9A1;
}
</style>