Shades of Sea Nymph #7FBCA7
Tints of Sea Nymph #7FBCA7
RGB
CMYK
RGB Variations
Color information
#7FBCA7 (or 0x7FBCA7) is known color: Sea Nymph. HEX triplet: 7F, BC and A7. RGB value is (127,188,167). Sum of RGB (Red+Green+Blue) = 127+188+167=482 (63% of max value = 765). Red value is 127 (50% from 255 or 26.35% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 167 (65.62% from 255 or 34.65% from 482); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBCA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBCA7 is #804358. Grayscale: #A7A7A7. Windows color (decimal): -8405849 or 10992767. OLE color: 10992767.
HSL color Cylindrical-coordinate representation of color #7FBCA7: hue angle of 159.34º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBCA7 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 167 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.26 |
| HSL | 159.34º | 0.31% | 0.62% | - |
| HSV(B) | 159.34º | 0.32% | 0.74% | - |
| XYZ | 33.71 | 43.27 | 43.13 | - |
| YUV | 167.37 | 127.79 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 167 | 0.32 | 0 | 0.11 | 0.26 | 159.34 | 0.31 | 0.62 |
| Hex | 7F | BC | A7 | 20 | 0 | B | 1A | 9F | 1F | 3E |
| Octal | 177 | 274 | 247 | 40 | 0 | 13 | 32 | 237 | 37 | 76 |
| Binary | 1111111 | 10111100 | 10100111 | 100000 | 0 | 1011 | 11010 | 10011111 | 11111 | 111110 |
Color Harmonies of #7FBCA7
Complementary color
Monochromatic Colors of #7FBCA7
Black with #7FBCA7
Text Example
Text Example
White with #7FBCA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBCA7; }
p { color: rgb(127,188,167); }
H1.HeaderClassName
{
color: #7FBCA7;
}
.AnyTagClassName
{
color: #7FBCA7;
}
</style>
background-color css
<style>
a { background-color: #7FBCA7; }
a { background-color: rgb(127,188,167); }
div.DivClassName
{
background-color: #7FBCA7;
}
.BgClassName
{
background-color: #7FBCA7;
}
</style>
border-color css
<style>
span { border-color: #7FBCA7; }
span { border-color: rgb(127,188,167); }
td.TdClassName
{
border-color: #7FBCA7;
}
.TagClassName
{
border-color: #7FBCA7;
}
</style>