Shades of Sea Nymph #7FB9A4
Tints of Sea Nymph #7FB9A4
RGB
CMYK
RGB Variations
Color information
#7FB9A4 (or 0x7FB9A4) is known color: Sea Nymph. HEX triplet: 7F, B9 and A4. RGB value is (127,185,164). Sum of RGB (Red+Green+Blue) = 127+185+164=476 (63% of max value = 765). Red value is 127 (50% from 255 or 26.68% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 164 (64.45% from 255 or 34.45% from 476); Max value from RGB is 185 - color contains mainly: green. Hex color #7FB9A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB9A4 is #80465B. Grayscale: #A5A5A5. Windows color (decimal): -8406620 or 10795391. OLE color: 10795391.
HSL color Cylindrical-coordinate representation of color #7FB9A4: hue angle of 158.28º 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 #7FB9A4 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 185 | 164 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.27 |
| HSL | 158.28º | 0.29% | 0.61% | - |
| HSV(B) | 158.28º | 0.31% | 0.73% | - |
| XYZ | 32.8 | 41.89 | 41.48 | - |
| YUV | 165.26 | 127.28 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 185 | 164 | 0.31 | 0 | 0.11 | 0.27 | 158.28 | 0.29 | 0.61 |
| Hex | 7F | B9 | A4 | 1F | 0 | B | 1B | 9E | 1D | 3D |
| Octal | 177 | 271 | 244 | 37 | 0 | 13 | 33 | 236 | 35 | 75 |
| Binary | 1111111 | 10111001 | 10100100 | 11111 | 0 | 1011 | 11011 | 10011110 | 11101 | 111101 |
Color Harmonies of #7FB9A4
Complementary color
Monochromatic Colors of #7FB9A4
Black with #7FB9A4
Text Example
Text Example
White with #7FB9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB9A4; }
p { color: rgb(127,185,164); }
H1.HeaderClassName
{
color: #7FB9A4;
}
.AnyTagClassName
{
color: #7FB9A4;
}
</style>
background-color css
<style>
a { background-color: #7FB9A4; }
a { background-color: rgb(127,185,164); }
div.DivClassName
{
background-color: #7FB9A4;
}
.BgClassName
{
background-color: #7FB9A4;
}
</style>
border-color css
<style>
span { border-color: #7FB9A4; }
span { border-color: rgb(127,185,164); }
td.TdClassName
{
border-color: #7FB9A4;
}
.TagClassName
{
border-color: #7FB9A4;
}
</style>