Shades of Padua #7ABA97
Tints of Padua #7ABA97
RGB
CMYK
RGB Variations
Color information
#7ABA97 (or 0x7ABA97) is known color: Padua. HEX triplet: 7A, BA and 97. RGB value is (122,186,151). Sum of RGB (Red+Green+Blue) = 122+186+151=459 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.58% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABA97 is #854568. Grayscale: #A2A2A2. Windows color (decimal): -8734057 or 9943674. OLE color: 9943674.
HSL color Cylindrical-coordinate representation of color #7ABA97: hue angle of 147.19º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7ABA97 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 151 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.27 |
| HSL | 147.19º | 0.32% | 0.6% | - |
| HSV(B) | 147.19º | 0.34% | 0.73% | - |
| XYZ | 31.17 | 41.49 | 35.64 | - |
| YUV | 162.87 | 121.3 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 151 | 0.34 | 0 | 0.19 | 0.27 | 147.19 | 0.32 | 0.6 |
| Hex | 7A | BA | 97 | 22 | 0 | 13 | 1B | 93 | 20 | 3C |
| Octal | 172 | 272 | 227 | 42 | 0 | 23 | 33 | 223 | 40 | 74 |
| Binary | 1111010 | 10111010 | 10010111 | 100010 | 0 | 10011 | 11011 | 10010011 | 100000 | 111100 |
Color Harmonies of #7ABA97
Complementary color
Monochromatic Colors of #7ABA97
Black with #7ABA97
Text Example
Text Example
White with #7ABA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA97; }
p { color: rgb(122,186,151); }
H1.HeaderClassName
{
color: #7ABA97;
}
.AnyTagClassName
{
color: #7ABA97;
}
</style>
background-color css
<style>
a { background-color: #7ABA97; }
a { background-color: rgb(122,186,151); }
div.DivClassName
{
background-color: #7ABA97;
}
.BgClassName
{
background-color: #7ABA97;
}
</style>
border-color css
<style>
span { border-color: #7ABA97; }
span { border-color: rgb(122,186,151); }
td.TdClassName
{
border-color: #7ABA97;
}
.TagClassName
{
border-color: #7ABA97;
}
</style>