Shades of Padua #7AC3A1
Tints of Padua #7AC3A1
RGB
CMYK
RGB Variations
Color information
#7AC3A1 (or 0x7AC3A1) is known color: Padua. HEX triplet: 7A, C3 and A1. RGB value is (122,195,161). Sum of RGB (Red+Green+Blue) = 122+195+161=478 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.52% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 195 - color contains mainly: green. Hex color #7AC3A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC3A1 is #853C5E. Grayscale: #A9A9A9. Windows color (decimal): -8731743 or 10601338. OLE color: 10601338.
HSL color Cylindrical-coordinate representation of color #7AC3A1: hue angle of 152.05º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7AC3A1 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 195 | 161 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.24 |
| HSL | 152.05º | 0.38% | 0.62% | - |
| HSV(B) | 152.05º | 0.37% | 0.76% | - |
| XYZ | 33.97 | 45.74 | 40.76 | - |
| YUV | 169.3 | 123.32 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 195 | 161 | 0.37 | 0 | 0.17 | 0.24 | 152.05 | 0.38 | 0.62 |
| Hex | 7A | C3 | A1 | 25 | 0 | 11 | 18 | 98 | 26 | 3E |
| Octal | 172 | 303 | 241 | 45 | 0 | 21 | 30 | 230 | 46 | 76 |
| Binary | 1111010 | 11000011 | 10100001 | 100101 | 0 | 10001 | 11000 | 10011000 | 100110 | 111110 |
Color Harmonies of #7AC3A1
Complementary color
Monochromatic Colors of #7AC3A1
Black with #7AC3A1
Text Example
Text Example
White with #7AC3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC3A1; }
p { color: rgb(122,195,161); }
H1.HeaderClassName
{
color: #7AC3A1;
}
.AnyTagClassName
{
color: #7AC3A1;
}
</style>
background-color css
<style>
a { background-color: #7AC3A1; }
a { background-color: rgb(122,195,161); }
div.DivClassName
{
background-color: #7AC3A1;
}
.BgClassName
{
background-color: #7AC3A1;
}
</style>
border-color css
<style>
span { border-color: #7AC3A1; }
span { border-color: rgb(122,195,161); }
td.TdClassName
{
border-color: #7AC3A1;
}
.TagClassName
{
border-color: #7AC3A1;
}
</style>