Shades of Padua #7AB994
Tints of Padua #7AB994
RGB
CMYK
RGB Variations
Color information
#7AB994 (or 0x7AB994) is known color: Padua. HEX triplet: 7A, B9 and 94. RGB value is (122,185,148). Sum of RGB (Red+Green+Blue) = 122+185+148=455 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.81% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB994 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB994 is #85466B. Grayscale: #A2A2A2. Windows color (decimal): -8734316 or 9746810. OLE color: 9746810.
HSL color Cylindrical-coordinate representation of color #7AB994: hue angle of 144.76º degrees, saturation: 0.31, 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 #7AB994 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 148 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.27 |
| HSL | 144.76º | 0.31% | 0.6% | - |
| HSV(B) | 144.76º | 0.34% | 0.73% | - |
| XYZ | 30.72 | 40.97 | 34.31 | - |
| YUV | 161.95 | 120.13 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 148 | 0.34 | 0 | 0.20 | 0.27 | 144.76 | 0.31 | 0.6 |
| Hex | 7A | B9 | 94 | 22 | 0 | 14 | 1B | 91 | 1F | 3C |
| Octal | 172 | 271 | 224 | 42 | 0 | 24 | 33 | 221 | 37 | 74 |
| Binary | 1111010 | 10111001 | 10010100 | 100010 | 0 | 10100 | 11011 | 10010001 | 11111 | 111100 |
Color Harmonies of #7AB994
Complementary color
Monochromatic Colors of #7AB994
Black with #7AB994
Text Example
Text Example
White with #7AB994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB994; }
p { color: rgb(122,185,148); }
H1.HeaderClassName
{
color: #7AB994;
}
.AnyTagClassName
{
color: #7AB994;
}
</style>
background-color css
<style>
a { background-color: #7AB994; }
a { background-color: rgb(122,185,148); }
div.DivClassName
{
background-color: #7AB994;
}
.BgClassName
{
background-color: #7AB994;
}
</style>
border-color css
<style>
span { border-color: #7AB994; }
span { border-color: rgb(122,185,148); }
td.TdClassName
{
border-color: #7AB994;
}
.TagClassName
{
border-color: #7AB994;
}
</style>