Shades of Padua #7ABDA0
Tints of Padua #7ABDA0
RGB
CMYK
RGB Variations
Color information
#7ABDA0 (or 0x7ABDA0) is known color: Padua. HEX triplet: 7A, BD and A0. RGB value is (122,189,160). Sum of RGB (Red+Green+Blue) = 122+189+160=471 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.90% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABDA0 is #85425F. Grayscale: #A5A5A5. Windows color (decimal): -8733280 or 10534266. OLE color: 10534266.
HSL color Cylindrical-coordinate representation of color #7ABDA0: hue angle of 154.03º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7ABDA0 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 189 | 160 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.26 |
| HSL | 154.03º | 0.34% | 0.61% | - |
| HSV(B) | 154.03º | 0.35% | 0.74% | - |
| XYZ | 32.57 | 43.07 | 39.85 | - |
| YUV | 165.66 | 124.8 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 189 | 160 | 0.35 | 0 | 0.15 | 0.26 | 154.03 | 0.34 | 0.61 |
| Hex | 7A | BD | A0 | 23 | 0 | F | 1A | 9A | 22 | 3D |
| Octal | 172 | 275 | 240 | 43 | 0 | 17 | 32 | 232 | 42 | 75 |
| Binary | 1111010 | 10111101 | 10100000 | 100011 | 0 | 1111 | 11010 | 10011010 | 100010 | 111101 |
Color Harmonies of #7ABDA0
Complementary color
Monochromatic Colors of #7ABDA0
Black with #7ABDA0
Text Example
Text Example
White with #7ABDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABDA0; }
p { color: rgb(122,189,160); }
H1.HeaderClassName
{
color: #7ABDA0;
}
.AnyTagClassName
{
color: #7ABDA0;
}
</style>
background-color css
<style>
a { background-color: #7ABDA0; }
a { background-color: rgb(122,189,160); }
div.DivClassName
{
background-color: #7ABDA0;
}
.BgClassName
{
background-color: #7ABDA0;
}
</style>
border-color css
<style>
span { border-color: #7ABDA0; }
span { border-color: rgb(122,189,160); }
td.TdClassName
{
border-color: #7ABDA0;
}
.TagClassName
{
border-color: #7ABDA0;
}
</style>