Shades of Padua #79C197
Tints of Padua #79C197
RGB
CMYK
RGB Variations
Color information
#79C197 (or 0x79C197) is known color: Padua. HEX triplet: 79, C1 and 97. RGB value is (121,193,151). Sum of RGB (Red+Green+Blue) = 121+193+151=465 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.02% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 193 - color contains mainly: green. Hex color #79C197 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79C197 is #863E68. Grayscale: #A6A6A6. Windows color (decimal): -8797801 or 9945465. OLE color: 9945465.
HSL color Cylindrical-coordinate representation of color #79C197: hue angle of 145º degrees, saturation: 0.37, 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 #79C197 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 193 | 151 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.24 |
| HSL | 145º | 0.37% | 0.62% | - |
| HSV(B) | 145º | 0.37% | 0.76% | - |
| XYZ | 32.54 | 44.44 | 36.14 | - |
| YUV | 166.68 | 119.15 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 193 | 151 | 0.37 | 0 | 0.22 | 0.24 | 145 | 0.37 | 0.62 |
| Hex | 79 | C1 | 97 | 25 | 0 | 16 | 18 | 91 | 25 | 3E |
| Octal | 171 | 301 | 227 | 45 | 0 | 26 | 30 | 221 | 45 | 76 |
| Binary | 1111001 | 11000001 | 10010111 | 100101 | 0 | 10110 | 11000 | 10010001 | 100101 | 111110 |
Color Harmonies of #79C197
Complementary color
Monochromatic Colors of #79C197
Black with #79C197
Text Example
Text Example
White with #79C197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C197; }
p { color: rgb(121,193,151); }
H1.HeaderClassName
{
color: #79C197;
}
.AnyTagClassName
{
color: #79C197;
}
</style>
background-color css
<style>
a { background-color: #79C197; }
a { background-color: rgb(121,193,151); }
div.DivClassName
{
background-color: #79C197;
}
.BgClassName
{
background-color: #79C197;
}
</style>
border-color css
<style>
span { border-color: #79C197; }
span { border-color: rgb(121,193,151); }
td.TdClassName
{
border-color: #79C197;
}
.TagClassName
{
border-color: #79C197;
}
</style>