Shades of Padua #7FBAA0
Tints of Padua #7FBAA0
RGB
CMYK
RGB Variations
Color information
#7FBAA0 (or 0x7FBAA0) is known color: Padua. HEX triplet: 7F, BA and A0. RGB value is (127,186,160). Sum of RGB (Red+Green+Blue) = 127+186+160=473 (62% of max value = 765). Red value is 127 (50% from 255 or 26.85% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBAA0 is #80455F. Grayscale: #A5A5A5. Windows color (decimal): -8406368 or 10533503. OLE color: 10533503.
HSL color Cylindrical-coordinate representation of color #7FBAA0: hue angle of 153.56º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBAA0 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 186 | 160 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.27 |
| HSL | 153.56º | 0.3% | 0.61% | - |
| HSV(B) | 153.56º | 0.32% | 0.73% | - |
| XYZ | 32.66 | 42.17 | 39.68 | - |
| YUV | 165.4 | 124.95 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 186 | 160 | 0.32 | 0 | 0.14 | 0.27 | 153.56 | 0.3 | 0.61 |
| Hex | 7F | BA | A0 | 20 | 0 | E | 1B | 9A | 1E | 3D |
| Octal | 177 | 272 | 240 | 40 | 0 | 16 | 33 | 232 | 36 | 75 |
| Binary | 1111111 | 10111010 | 10100000 | 100000 | 0 | 1110 | 11011 | 10011010 | 11110 | 111101 |
Color Harmonies of #7FBAA0
Complementary color
Monochromatic Colors of #7FBAA0
Black with #7FBAA0
Text Example
Text Example
White with #7FBAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBAA0; }
p { color: rgb(127,186,160); }
H1.HeaderClassName
{
color: #7FBAA0;
}
.AnyTagClassName
{
color: #7FBAA0;
}
</style>
background-color css
<style>
a { background-color: #7FBAA0; }
a { background-color: rgb(127,186,160); }
div.DivClassName
{
background-color: #7FBAA0;
}
.BgClassName
{
background-color: #7FBAA0;
}
</style>
border-color css
<style>
span { border-color: #7FBAA0; }
span { border-color: rgb(127,186,160); }
td.TdClassName
{
border-color: #7FBAA0;
}
.TagClassName
{
border-color: #7FBAA0;
}
</style>