Shades of Padua #7ABDA2
Tints of Padua #7ABDA2
RGB
CMYK
RGB Variations
Color information
#7ABDA2 (or 0x7ABDA2) is known color: Padua. HEX triplet: 7A, BD and A2. RGB value is (122,189,162). Sum of RGB (Red+Green+Blue) = 122+189+162=473 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.79% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABDA2 is #85425D. Grayscale: #A5A5A5. Windows color (decimal): -8733278 or 10665338. OLE color: 10665338.
HSL color Cylindrical-coordinate representation of color #7ABDA2: hue angle of 155.82º 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 #7ABDA2 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 189 | 162 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.26 |
| HSL | 155.82º | 0.34% | 0.61% | - |
| HSV(B) | 155.82º | 0.35% | 0.74% | - |
| XYZ | 32.75 | 43.14 | 40.78 | - |
| YUV | 165.89 | 125.8 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 189 | 162 | 0.35 | 0 | 0.14 | 0.26 | 155.82 | 0.34 | 0.61 |
| Hex | 7A | BD | A2 | 23 | 0 | E | 1A | 9C | 22 | 3D |
| Octal | 172 | 275 | 242 | 43 | 0 | 16 | 32 | 234 | 42 | 75 |
| Binary | 1111010 | 10111101 | 10100010 | 100011 | 0 | 1110 | 11010 | 10011100 | 100010 | 111101 |
Color Harmonies of #7ABDA2
Complementary color
Monochromatic Colors of #7ABDA2
Black with #7ABDA2
Text Example
Text Example
White with #7ABDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABDA2; }
p { color: rgb(122,189,162); }
H1.HeaderClassName
{
color: #7ABDA2;
}
.AnyTagClassName
{
color: #7ABDA2;
}
</style>
background-color css
<style>
a { background-color: #7ABDA2; }
a { background-color: rgb(122,189,162); }
div.DivClassName
{
background-color: #7ABDA2;
}
.BgClassName
{
background-color: #7ABDA2;
}
</style>
border-color css
<style>
span { border-color: #7ABDA2; }
span { border-color: rgb(122,189,162); }
td.TdClassName
{
border-color: #7ABDA2;
}
.TagClassName
{
border-color: #7ABDA2;
}
</style>