Shades of Padua #7AB396
Tints of Padua #7AB396
RGB
CMYK
RGB Variations
Color information
#7AB396 (or 0x7AB396) is known color: Padua. HEX triplet: 7A, B3 and 96. RGB value is (122,179,150). Sum of RGB (Red+Green+Blue) = 122+179+150=451 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.05% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB396 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB396 is #854C69. Grayscale: #9E9E9E. Windows color (decimal): -8735850 or 9876346. OLE color: 9876346.
HSL color Cylindrical-coordinate representation of color #7AB396: hue angle of 149.47º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AB396 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 179 | 150 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.30 |
| HSL | 149.47º | 0.27% | 0.59% | - |
| HSV(B) | 149.47º | 0.32% | 0.7% | - |
| XYZ | 29.65 | 38.58 | 34.74 | - |
| YUV | 158.65 | 123.12 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 179 | 150 | 0.32 | 0 | 0.16 | 0.30 | 149.47 | 0.27 | 0.59 |
| Hex | 7A | B3 | 96 | 20 | 0 | 10 | 1E | 95 | 1B | 3B |
| Octal | 172 | 263 | 226 | 40 | 0 | 20 | 36 | 225 | 33 | 73 |
| Binary | 1111010 | 10110011 | 10010110 | 100000 | 0 | 10000 | 11110 | 10010101 | 11011 | 111011 |
Color Harmonies of #7AB396
Complementary color
Monochromatic Colors of #7AB396
Black with #7AB396
Text Example
Text Example
White with #7AB396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB396; }
p { color: rgb(122,179,150); }
H1.HeaderClassName
{
color: #7AB396;
}
.AnyTagClassName
{
color: #7AB396;
}
</style>
background-color css
<style>
a { background-color: #7AB396; }
a { background-color: rgb(122,179,150); }
div.DivClassName
{
background-color: #7AB396;
}
.BgClassName
{
background-color: #7AB396;
}
</style>
border-color css
<style>
span { border-color: #7AB396; }
span { border-color: rgb(122,179,150); }
td.TdClassName
{
border-color: #7AB396;
}
.TagClassName
{
border-color: #7AB396;
}
</style>