Shades of Sea Nymph #7FBCA4
Tints of Sea Nymph #7FBCA4
RGB
CMYK
RGB Variations
Color information
#7FBCA4 (or 0x7FBCA4) is known color: Sea Nymph. HEX triplet: 7F, BC and A4. RGB value is (127,188,164). Sum of RGB (Red+Green+Blue) = 127+188+164=479 (63% of max value = 765). Red value is 127 (50% from 255 or 26.51% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBCA4 is #80435B. Grayscale: #A7A7A7. Windows color (decimal): -8405852 or 10796159. OLE color: 10796159.
HSL color Cylindrical-coordinate representation of color #7FBCA4: hue angle of 156.39º 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 #7FBCA4 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 164 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.26 |
| HSL | 156.39º | 0.31% | 0.62% | - |
| HSV(B) | 156.39º | 0.32% | 0.74% | - |
| XYZ | 33.44 | 43.16 | 41.69 | - |
| YUV | 167.03 | 126.29 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 164 | 0.32 | 0 | 0.13 | 0.26 | 156.39 | 0.31 | 0.62 |
| Hex | 7F | BC | A4 | 20 | 0 | D | 1A | 9C | 1F | 3E |
| Octal | 177 | 274 | 244 | 40 | 0 | 15 | 32 | 234 | 37 | 76 |
| Binary | 1111111 | 10111100 | 10100100 | 100000 | 0 | 1101 | 11010 | 10011100 | 11111 | 111110 |
Color Harmonies of #7FBCA4
Complementary color
Monochromatic Colors of #7FBCA4
Black with #7FBCA4
Text Example
Text Example
White with #7FBCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBCA4; }
p { color: rgb(127,188,164); }
H1.HeaderClassName
{
color: #7FBCA4;
}
.AnyTagClassName
{
color: #7FBCA4;
}
</style>
background-color css
<style>
a { background-color: #7FBCA4; }
a { background-color: rgb(127,188,164); }
div.DivClassName
{
background-color: #7FBCA4;
}
.BgClassName
{
background-color: #7FBCA4;
}
</style>
border-color css
<style>
span { border-color: #7FBCA4; }
span { border-color: rgb(127,188,164); }
td.TdClassName
{
border-color: #7FBCA4;
}
.TagClassName
{
border-color: #7FBCA4;
}
</style>