Shades of Padua #7ABCA0
Tints of Padua #7ABCA0
RGB
CMYK
RGB Variations
Color information
#7ABCA0 (or 0x7ABCA0) is known color: Padua. HEX triplet: 7A, BC and A0. RGB value is (122,188,160). Sum of RGB (Red+Green+Blue) = 122+188+160=470 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.96% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABCA0 is #85435F. Grayscale: #A5A5A5. Windows color (decimal): -8733536 or 10534010. OLE color: 10534010.
HSL color Cylindrical-coordinate representation of color #7ABCA0: hue angle of 154.55º degrees, saturation: 0.33, 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 #7ABCA0 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 160 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.26 |
| HSL | 154.55º | 0.33% | 0.61% | - |
| HSV(B) | 154.55º | 0.35% | 0.74% | - |
| XYZ | 32.35 | 42.64 | 39.78 | - |
| YUV | 165.07 | 125.13 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 160 | 0.35 | 0 | 0.15 | 0.26 | 154.55 | 0.33 | 0.61 |
| Hex | 7A | BC | A0 | 23 | 0 | F | 1A | 9B | 21 | 3D |
| Octal | 172 | 274 | 240 | 43 | 0 | 17 | 32 | 233 | 41 | 75 |
| Binary | 1111010 | 10111100 | 10100000 | 100011 | 0 | 1111 | 11010 | 10011011 | 100001 | 111101 |
Color Harmonies of #7ABCA0
Complementary color
Monochromatic Colors of #7ABCA0
Black with #7ABCA0
Text Example
Text Example
White with #7ABCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABCA0; }
p { color: rgb(122,188,160); }
H1.HeaderClassName
{
color: #7ABCA0;
}
.AnyTagClassName
{
color: #7ABCA0;
}
</style>
background-color css
<style>
a { background-color: #7ABCA0; }
a { background-color: rgb(122,188,160); }
div.DivClassName
{
background-color: #7ABCA0;
}
.BgClassName
{
background-color: #7ABCA0;
}
</style>
border-color css
<style>
span { border-color: #7ABCA0; }
span { border-color: rgb(122,188,160); }
td.TdClassName
{
border-color: #7ABCA0;
}
.TagClassName
{
border-color: #7ABCA0;
}
</style>