Shades of Padua #7AB599
Tints of Padua #7AB599
RGB
CMYK
RGB Variations
Color information
#7AB599 (or 0x7AB599) is known color: Padua. HEX triplet: 7A, B5 and 99. RGB value is (122,181,153). Sum of RGB (Red+Green+Blue) = 122+181+153=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB599 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB599 is #854A66. Grayscale: #A0A0A0. Windows color (decimal): -8735335 or 10073466. OLE color: 10073466.
HSL color Cylindrical-coordinate representation of color #7AB599: hue angle of 151.53º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7AB599 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 181 | 153 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.29 |
| HSL | 151.53º | 0.29% | 0.59% | - |
| HSV(B) | 151.53º | 0.33% | 0.71% | - |
| XYZ | 30.3 | 39.49 | 36.16 | - |
| YUV | 160.17 | 123.95 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 181 | 153 | 0.33 | 0 | 0.15 | 0.29 | 151.53 | 0.29 | 0.59 |
| Hex | 7A | B5 | 99 | 21 | 0 | F | 1D | 98 | 1D | 3B |
| Octal | 172 | 265 | 231 | 41 | 0 | 17 | 35 | 230 | 35 | 73 |
| Binary | 1111010 | 10110101 | 10011001 | 100001 | 0 | 1111 | 11101 | 10011000 | 11101 | 111011 |
Color Harmonies of #7AB599
Complementary color
Monochromatic Colors of #7AB599
Black with #7AB599
Text Example
Text Example
White with #7AB599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB599; }
p { color: rgb(122,181,153); }
H1.HeaderClassName
{
color: #7AB599;
}
.AnyTagClassName
{
color: #7AB599;
}
</style>
background-color css
<style>
a { background-color: #7AB599; }
a { background-color: rgb(122,181,153); }
div.DivClassName
{
background-color: #7AB599;
}
.BgClassName
{
background-color: #7AB599;
}
</style>
border-color css
<style>
span { border-color: #7AB599; }
span { border-color: rgb(122,181,153); }
td.TdClassName
{
border-color: #7AB599;
}
.TagClassName
{
border-color: #7AB599;
}
</style>