Shades of Padua #79BE9A
Tints of Padua #79BE9A
RGB
CMYK
RGB Variations
Color information
#79BE9A (or 0x79BE9A) is known color: Padua. HEX triplet: 79, BE and 9A. RGB value is (121,190,154). Sum of RGB (Red+Green+Blue) = 121+190+154=465 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.02% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 190 - color contains mainly: green. Hex color #79BE9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79BE9A is #864165. Grayscale: #A5A5A5. Windows color (decimal): -8798566 or 10141305. OLE color: 10141305.
HSL color Cylindrical-coordinate representation of color #79BE9A: hue angle of 148.7º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #79BE9A is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 190 | 154 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.25 |
| HSL | 148.7º | 0.35% | 0.61% | - |
| HSV(B) | 148.7º | 0.36% | 0.75% | - |
| XYZ | 32.13 | 43.22 | 37.22 | - |
| YUV | 165.27 | 121.64 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 190 | 154 | 0.36 | 0 | 0.19 | 0.25 | 148.7 | 0.35 | 0.61 |
| Hex | 79 | BE | 9A | 24 | 0 | 13 | 19 | 95 | 23 | 3D |
| Octal | 171 | 276 | 232 | 44 | 0 | 23 | 31 | 225 | 43 | 75 |
| Binary | 1111001 | 10111110 | 10011010 | 100100 | 0 | 10011 | 11001 | 10010101 | 100011 | 111101 |
Color Harmonies of #79BE9A
Complementary color
Monochromatic Colors of #79BE9A
Black with #79BE9A
Text Example
Text Example
White with #79BE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BE9A; }
p { color: rgb(121,190,154); }
H1.HeaderClassName
{
color: #79BE9A;
}
.AnyTagClassName
{
color: #79BE9A;
}
</style>
background-color css
<style>
a { background-color: #79BE9A; }
a { background-color: rgb(121,190,154); }
div.DivClassName
{
background-color: #79BE9A;
}
.BgClassName
{
background-color: #79BE9A;
}
</style>
border-color css
<style>
span { border-color: #79BE9A; }
span { border-color: rgb(121,190,154); }
td.TdClassName
{
border-color: #79BE9A;
}
.TagClassName
{
border-color: #79BE9A;
}
</style>