Shades of Padua #7AB996
Tints of Padua #7AB996
RGB
CMYK
RGB Variations
Color information
#7AB996 (or 0x7AB996) is known color: Padua. HEX triplet: 7A, B9 and 96. RGB value is (122,185,150). Sum of RGB (Red+Green+Blue) = 122+185+150=457 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.70% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB996 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB996 is #854669. Grayscale: #A2A2A2. Windows color (decimal): -8734314 or 9877882. OLE color: 9877882.
HSL color Cylindrical-coordinate representation of color #7AB996: hue angle of 146.67º 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 #7AB996 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 150 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.27 |
| HSL | 146.67º | 0.31% | 0.6% | - |
| HSV(B) | 146.67º | 0.34% | 0.73% | - |
| XYZ | 30.88 | 41.04 | 35.15 | - |
| YUV | 162.17 | 121.13 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 150 | 0.34 | 0 | 0.19 | 0.27 | 146.67 | 0.31 | 0.6 |
| Hex | 7A | B9 | 96 | 22 | 0 | 13 | 1B | 93 | 1F | 3C |
| Octal | 172 | 271 | 226 | 42 | 0 | 23 | 33 | 223 | 37 | 74 |
| Binary | 1111010 | 10111001 | 10010110 | 100010 | 0 | 10011 | 11011 | 10010011 | 11111 | 111100 |
Color Harmonies of #7AB996
Complementary color
Monochromatic Colors of #7AB996
Black with #7AB996
Text Example
Text Example
White with #7AB996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB996; }
p { color: rgb(122,185,150); }
H1.HeaderClassName
{
color: #7AB996;
}
.AnyTagClassName
{
color: #7AB996;
}
</style>
background-color css
<style>
a { background-color: #7AB996; }
a { background-color: rgb(122,185,150); }
div.DivClassName
{
background-color: #7AB996;
}
.BgClassName
{
background-color: #7AB996;
}
</style>
border-color css
<style>
span { border-color: #7AB996; }
span { border-color: rgb(122,185,150); }
td.TdClassName
{
border-color: #7AB996;
}
.TagClassName
{
border-color: #7AB996;
}
</style>