Shades of Padua #79BD9F
Tints of Padua #79BD9F
RGB
CMYK
RGB Variations
Color information
#79BD9F (or 0x79BD9F) is known color: Padua. HEX triplet: 79, BD and 9F. RGB value is (121,189,159). Sum of RGB (Red+Green+Blue) = 121+189+159=469 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.80% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #79BD9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79BD9F is #864260. Grayscale: #A5A5A5. Windows color (decimal): -8798817 or 10468729. OLE color: 10468729.
HSL color Cylindrical-coordinate representation of color #79BD9F: hue angle of 153.53º 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 #79BD9F is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 189 | 159 | - |
| CMYK | 0.36 | 0 | 0.16 | 0.26 |
| HSL | 153.53º | 0.34% | 0.61% | - |
| HSV(B) | 153.53º | 0.36% | 0.74% | - |
| XYZ | 32.34 | 42.96 | 39.39 | - |
| YUV | 165.25 | 124.47 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 189 | 159 | 0.36 | 0 | 0.16 | 0.26 | 153.53 | 0.34 | 0.61 |
| Hex | 79 | BD | 9F | 24 | 0 | 10 | 1A | 9A | 22 | 3D |
| Octal | 171 | 275 | 237 | 44 | 0 | 20 | 32 | 232 | 42 | 75 |
| Binary | 1111001 | 10111101 | 10011111 | 100100 | 0 | 10000 | 11010 | 10011010 | 100010 | 111101 |
Color Harmonies of #79BD9F
Complementary color
Monochromatic Colors of #79BD9F
Black with #79BD9F
Text Example
Text Example
White with #79BD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BD9F; }
p { color: rgb(121,189,159); }
H1.HeaderClassName
{
color: #79BD9F;
}
.AnyTagClassName
{
color: #79BD9F;
}
</style>
background-color css
<style>
a { background-color: #79BD9F; }
a { background-color: rgb(121,189,159); }
div.DivClassName
{
background-color: #79BD9F;
}
.BgClassName
{
background-color: #79BD9F;
}
</style>
border-color css
<style>
span { border-color: #79BD9F; }
span { border-color: rgb(121,189,159); }
td.TdClassName
{
border-color: #79BD9F;
}
.TagClassName
{
border-color: #79BD9F;
}
</style>