Shades of Padua #7AB292
Tints of Padua #7AB292
RGB
CMYK
RGB Variations
Color information
#7AB292 (or 0x7AB292) is known color: Padua. HEX triplet: 7A, B2 and 92. RGB value is (122,178,146). Sum of RGB (Red+Green+Blue) = 122+178+146=446 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.35% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 178 - color contains mainly: green. Hex color #7AB292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AB292 is #854D6D. Grayscale: #9D9D9D. Windows color (decimal): -8736110 or 9613946. OLE color: 9613946.
HSL color Cylindrical-coordinate representation of color #7AB292: hue angle of 145.71º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7AB292 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 178 | 146 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.30 |
| HSL | 145.71º | 0.27% | 0.59% | - |
| HSV(B) | 145.71º | 0.31% | 0.7% | - |
| XYZ | 29.13 | 38.05 | 33 | - |
| YUV | 157.61 | 121.45 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 178 | 146 | 0.31 | 0 | 0.18 | 0.30 | 145.71 | 0.27 | 0.59 |
| Hex | 7A | B2 | 92 | 1F | 0 | 12 | 1E | 92 | 1B | 3B |
| Octal | 172 | 262 | 222 | 37 | 0 | 22 | 36 | 222 | 33 | 73 |
| Binary | 1111010 | 10110010 | 10010010 | 11111 | 0 | 10010 | 11110 | 10010010 | 11011 | 111011 |
Color Harmonies of #7AB292
Complementary color
Monochromatic Colors of #7AB292
Black with #7AB292
Text Example
Text Example
White with #7AB292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB292; }
p { color: rgb(122,178,146); }
H1.HeaderClassName
{
color: #7AB292;
}
.AnyTagClassName
{
color: #7AB292;
}
</style>
background-color css
<style>
a { background-color: #7AB292; }
a { background-color: rgb(122,178,146); }
div.DivClassName
{
background-color: #7AB292;
}
.BgClassName
{
background-color: #7AB292;
}
</style>
border-color css
<style>
span { border-color: #7AB292; }
span { border-color: rgb(122,178,146); }
td.TdClassName
{
border-color: #7AB292;
}
.TagClassName
{
border-color: #7AB292;
}
</style>