Shades of Padua #7AB99B
Tints of Padua #7AB99B
RGB
CMYK
RGB Variations
Color information
#7AB99B (or 0x7AB99B) is known color: Padua. HEX triplet: 7A, B9 and 9B. RGB value is (122,185,155). Sum of RGB (Red+Green+Blue) = 122+185+155=462 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.41% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB99B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB99B is #854664. Grayscale: #A2A2A2. Windows color (decimal): -8734309 or 10205562. OLE color: 10205562.
HSL color Cylindrical-coordinate representation of color #7AB99B: hue angle of 151.43º 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 #7AB99B is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 155 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.27 |
| HSL | 151.43º | 0.31% | 0.6% | - |
| HSV(B) | 151.43º | 0.34% | 0.73% | - |
| XYZ | 31.29 | 41.2 | 37.31 | - |
| YUV | 162.74 | 123.63 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 155 | 0.34 | 0 | 0.16 | 0.27 | 151.43 | 0.31 | 0.6 |
| Hex | 7A | B9 | 9B | 22 | 0 | 10 | 1B | 97 | 1F | 3C |
| Octal | 172 | 271 | 233 | 42 | 0 | 20 | 33 | 227 | 37 | 74 |
| Binary | 1111010 | 10111001 | 10011011 | 100010 | 0 | 10000 | 11011 | 10010111 | 11111 | 111100 |
Color Harmonies of #7AB99B
Complementary color
Monochromatic Colors of #7AB99B
Black with #7AB99B
Text Example
Text Example
White with #7AB99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB99B; }
p { color: rgb(122,185,155); }
H1.HeaderClassName
{
color: #7AB99B;
}
.AnyTagClassName
{
color: #7AB99B;
}
</style>
background-color css
<style>
a { background-color: #7AB99B; }
a { background-color: rgb(122,185,155); }
div.DivClassName
{
background-color: #7AB99B;
}
.BgClassName
{
background-color: #7AB99B;
}
</style>
border-color css
<style>
span { border-color: #7AB99B; }
span { border-color: rgb(122,185,155); }
td.TdClassName
{
border-color: #7AB99B;
}
.TagClassName
{
border-color: #7AB99B;
}
</style>