Shades of Padua #7AB995
Tints of Padua #7AB995
RGB
CMYK
RGB Variations
Color information
#7AB995 (or 0x7AB995) is known color: Padua. HEX triplet: 7A, B9 and 95. RGB value is (122,185,149). Sum of RGB (Red+Green+Blue) = 122+185+149=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB995 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB995 is #85466A. Grayscale: #A2A2A2. Windows color (decimal): -8734315 or 9812346. OLE color: 9812346.
HSL color Cylindrical-coordinate representation of color #7AB995: hue angle of 145.71º 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 #7AB995 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 149 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.27 |
| HSL | 145.71º | 0.31% | 0.6% | - |
| HSV(B) | 145.71º | 0.34% | 0.73% | - |
| XYZ | 30.8 | 41.01 | 34.73 | - |
| YUV | 162.06 | 120.63 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 149 | 0.34 | 0 | 0.19 | 0.27 | 145.71 | 0.31 | 0.6 |
| Hex | 7A | B9 | 95 | 22 | 0 | 13 | 1B | 92 | 1F | 3C |
| Octal | 172 | 271 | 225 | 42 | 0 | 23 | 33 | 222 | 37 | 74 |
| Binary | 1111010 | 10111001 | 10010101 | 100010 | 0 | 10011 | 11011 | 10010010 | 11111 | 111100 |
Color Harmonies of #7AB995
Complementary color
Monochromatic Colors of #7AB995
Black with #7AB995
Text Example
Text Example
White with #7AB995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB995; }
p { color: rgb(122,185,149); }
H1.HeaderClassName
{
color: #7AB995;
}
.AnyTagClassName
{
color: #7AB995;
}
</style>
background-color css
<style>
a { background-color: #7AB995; }
a { background-color: rgb(122,185,149); }
div.DivClassName
{
background-color: #7AB995;
}
.BgClassName
{
background-color: #7AB995;
}
</style>
border-color css
<style>
span { border-color: #7AB995; }
span { border-color: rgb(122,185,149); }
td.TdClassName
{
border-color: #7AB995;
}
.TagClassName
{
border-color: #7AB995;
}
</style>