Shades of Padua #7AC197
Tints of Padua #7AC197
RGB
CMYK
RGB Variations
Color information
#7AC197 (or 0x7AC197) is known color: Padua. HEX triplet: 7A, C1 and 97. RGB value is (122,193,151). Sum of RGB (Red+Green+Blue) = 122+193+151=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 193 - color contains mainly: green. Hex color #7AC197 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC197 is #853E68. Grayscale: #A7A7A7. Windows color (decimal): -8732265 or 9945466. OLE color: 9945466.
HSL color Cylindrical-coordinate representation of color #7AC197: hue angle of 144.51º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7AC197 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 193 | 151 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.24 |
| HSL | 144.51º | 0.36% | 0.62% | - |
| HSV(B) | 144.51º | 0.37% | 0.76% | - |
| XYZ | 32.68 | 44.51 | 36.15 | - |
| YUV | 166.98 | 118.98 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 193 | 151 | 0.37 | 0 | 0.22 | 0.24 | 144.51 | 0.36 | 0.62 |
| Hex | 7A | C1 | 97 | 25 | 0 | 16 | 18 | 91 | 24 | 3E |
| Octal | 172 | 301 | 227 | 45 | 0 | 26 | 30 | 221 | 44 | 76 |
| Binary | 1111010 | 11000001 | 10010111 | 100101 | 0 | 10110 | 11000 | 10010001 | 100100 | 111110 |
Color Harmonies of #7AC197
Complementary color
Monochromatic Colors of #7AC197
Black with #7AC197
Text Example
Text Example
White with #7AC197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC197; }
p { color: rgb(122,193,151); }
H1.HeaderClassName
{
color: #7AC197;
}
.AnyTagClassName
{
color: #7AC197;
}
</style>
background-color css
<style>
a { background-color: #7AC197; }
a { background-color: rgb(122,193,151); }
div.DivClassName
{
background-color: #7AC197;
}
.BgClassName
{
background-color: #7AC197;
}
</style>
border-color css
<style>
span { border-color: #7AC197; }
span { border-color: rgb(122,193,151); }
td.TdClassName
{
border-color: #7AC197;
}
.TagClassName
{
border-color: #7AC197;
}
</style>