Shades of Padua #7AB99A
Tints of Padua #7AB99A
RGB
CMYK
RGB Variations
Color information
#7AB99A (or 0x7AB99A) is known color: Padua. HEX triplet: 7A, B9 and 9A. RGB value is (122,185,154). Sum of RGB (Red+Green+Blue) = 122+185+154=461 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.46% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB99A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB99A is #854665. Grayscale: #A2A2A2. Windows color (decimal): -8734310 or 10140026. OLE color: 10140026.
HSL color Cylindrical-coordinate representation of color #7AB99A: hue angle of 150.48º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7AB99A is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 154 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.27 |
| HSL | 150.48º | 0.31% | 0.6% | - |
| HSV(B) | 150.48º | 0.34% | 0.73% | - |
| XYZ | 31.21 | 41.17 | 36.87 | - |
| YUV | 162.63 | 123.13 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 154 | 0.34 | 0 | 0.17 | 0.27 | 150.48 | 0.31 | 0.6 |
| Hex | 7A | B9 | 9A | 22 | 0 | 11 | 1B | 96 | 1F | 3C |
| Octal | 172 | 271 | 232 | 42 | 0 | 21 | 33 | 226 | 37 | 74 |
| Binary | 1111010 | 10111001 | 10011010 | 100010 | 0 | 10001 | 11011 | 10010110 | 11111 | 111100 |
Color Harmonies of #7AB99A
Complementary color
Monochromatic Colors of #7AB99A
Black with #7AB99A
Text Example
Text Example
White with #7AB99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB99A; }
p { color: rgb(122,185,154); }
H1.HeaderClassName
{
color: #7AB99A;
}
.AnyTagClassName
{
color: #7AB99A;
}
</style>
background-color css
<style>
a { background-color: #7AB99A; }
a { background-color: rgb(122,185,154); }
div.DivClassName
{
background-color: #7AB99A;
}
.BgClassName
{
background-color: #7AB99A;
}
</style>
border-color css
<style>
span { border-color: #7AB99A; }
span { border-color: rgb(122,185,154); }
td.TdClassName
{
border-color: #7AB99A;
}
.TagClassName
{
border-color: #7AB99A;
}
</style>