Shades of Padua #79C995
Tints of Padua #79C995
RGB
CMYK
RGB Variations
Color information
#79C995 (or 0x79C995) is known color: Padua. HEX triplet: 79, C9 and 95. RGB value is (121,201,149). Sum of RGB (Red+Green+Blue) = 121+201+149=471 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.69% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 201 - color contains mainly: green. Hex color #79C995 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79C995 is #86366A. Grayscale: #ABABAB. Windows color (decimal): -8795755 or 9816441. OLE color: 9816441.
HSL color Cylindrical-coordinate representation of color #79C995: hue angle of 141º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79C995 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 201 | 149 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.21 |
| HSL | 141º | 0.43% | 0.63% | - |
| HSV(B) | 141º | 0.4% | 0.79% | - |
| XYZ | 34.2 | 48.01 | 35.9 | - |
| YUV | 171.15 | 115.5 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 201 | 149 | 0.40 | 0 | 0.26 | 0.21 | 141 | 0.43 | 0.63 |
| Hex | 79 | C9 | 95 | 28 | 0 | 1A | 15 | 8D | 2B | 3F |
| Octal | 171 | 311 | 225 | 50 | 0 | 32 | 25 | 215 | 53 | 77 |
| Binary | 1111001 | 11001001 | 10010101 | 101000 | 0 | 11010 | 10101 | 10001101 | 101011 | 111111 |
Color Harmonies of #79C995
Complementary color
Monochromatic Colors of #79C995
Black with #79C995
Text Example
Text Example
White with #79C995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C995; }
p { color: rgb(121,201,149); }
H1.HeaderClassName
{
color: #79C995;
}
.AnyTagClassName
{
color: #79C995;
}
</style>
background-color css
<style>
a { background-color: #79C995; }
a { background-color: rgb(121,201,149); }
div.DivClassName
{
background-color: #79C995;
}
.BgClassName
{
background-color: #79C995;
}
</style>
border-color css
<style>
span { border-color: #79C995; }
span { border-color: rgb(121,201,149); }
td.TdClassName
{
border-color: #79C995;
}
.TagClassName
{
border-color: #79C995;
}
</style>