Shades of Padua #7ABA9A
Tints of Padua #7ABA9A
RGB
CMYK
RGB Variations
Color information
#7ABA9A (or 0x7ABA9A) is known color: Padua. HEX triplet: 7A, BA and 9A. RGB value is (122,186,154). Sum of RGB (Red+Green+Blue) = 122+186+154=462 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.41% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 154 (60.55% from 255 or 33.33% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABA9A is #854565. Grayscale: #A3A3A3. Windows color (decimal): -8734054 or 10140282. OLE color: 10140282.
HSL color Cylindrical-coordinate representation of color #7ABA9A: hue angle of 150º degrees, saturation: 0.32, 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 #7ABA9A is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 154 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.27 |
| HSL | 150º | 0.32% | 0.6% | - |
| HSV(B) | 150º | 0.34% | 0.73% | - |
| XYZ | 31.42 | 41.59 | 36.94 | - |
| YUV | 163.22 | 122.8 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 154 | 0.34 | 0 | 0.17 | 0.27 | 150 | 0.32 | 0.6 |
| Hex | 7A | BA | 9A | 22 | 0 | 11 | 1B | 96 | 20 | 3C |
| Octal | 172 | 272 | 232 | 42 | 0 | 21 | 33 | 226 | 40 | 74 |
| Binary | 1111010 | 10111010 | 10011010 | 100010 | 0 | 10001 | 11011 | 10010110 | 100000 | 111100 |
Color Harmonies of #7ABA9A
Complementary color
Monochromatic Colors of #7ABA9A
Black with #7ABA9A
Text Example
Text Example
White with #7ABA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA9A; }
p { color: rgb(122,186,154); }
H1.HeaderClassName
{
color: #7ABA9A;
}
.AnyTagClassName
{
color: #7ABA9A;
}
</style>
background-color css
<style>
a { background-color: #7ABA9A; }
a { background-color: rgb(122,186,154); }
div.DivClassName
{
background-color: #7ABA9A;
}
.BgClassName
{
background-color: #7ABA9A;
}
</style>
border-color css
<style>
span { border-color: #7ABA9A; }
span { border-color: rgb(122,186,154); }
td.TdClassName
{
border-color: #7ABA9A;
}
.TagClassName
{
border-color: #7ABA9A;
}
</style>