Shades of Padua #79BDA1
Tints of Padua #79BDA1
RGB
CMYK
RGB Variations
Color information
#79BDA1 (or 0x79BDA1) is known color: Padua. HEX triplet: 79, BD and A1. RGB value is (121,189,161). Sum of RGB (Red+Green+Blue) = 121+189+161=471 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.69% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 161 (63.28% from 255 or 34.18% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #79BDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79BDA1 is #86425E. Grayscale: #A5A5A5. Windows color (decimal): -8798815 or 10599801. OLE color: 10599801.
HSL color Cylindrical-coordinate representation of color #79BDA1: hue angle of 155.29º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #79BDA1 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 189 | 161 | - |
| CMYK | 0.36 | 0 | 0.15 | 0.26 |
| HSL | 155.29º | 0.34% | 0.61% | - |
| HSV(B) | 155.29º | 0.36% | 0.74% | - |
| XYZ | 32.52 | 43.03 | 40.31 | - |
| YUV | 165.48 | 125.47 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 189 | 161 | 0.36 | 0 | 0.15 | 0.26 | 155.29 | 0.34 | 0.61 |
| Hex | 79 | BD | A1 | 24 | 0 | F | 1A | 9B | 22 | 3D |
| Octal | 171 | 275 | 241 | 44 | 0 | 17 | 32 | 233 | 42 | 75 |
| Binary | 1111001 | 10111101 | 10100001 | 100100 | 0 | 1111 | 11010 | 10011011 | 100010 | 111101 |
Color Harmonies of #79BDA1
Complementary color
Monochromatic Colors of #79BDA1
Black with #79BDA1
Text Example
Text Example
White with #79BDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BDA1; }
p { color: rgb(121,189,161); }
H1.HeaderClassName
{
color: #79BDA1;
}
.AnyTagClassName
{
color: #79BDA1;
}
</style>
background-color css
<style>
a { background-color: #79BDA1; }
a { background-color: rgb(121,189,161); }
div.DivClassName
{
background-color: #79BDA1;
}
.BgClassName
{
background-color: #79BDA1;
}
</style>
border-color css
<style>
span { border-color: #79BDA1; }
span { border-color: rgb(121,189,161); }
td.TdClassName
{
border-color: #79BDA1;
}
.TagClassName
{
border-color: #79BDA1;
}
</style>