Shades of Padua #7AB992
Tints of Padua #7AB992
RGB
CMYK
RGB Variations
Color information
#7AB992 (or 0x7AB992) is known color: Padua. HEX triplet: 7A, B9 and 92. RGB value is (122,185,146). Sum of RGB (Red+Green+Blue) = 122+185+146=453 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.93% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 146 (57.42% from 255 or 32.23% from 453); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB992 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB992 is #85466D. Grayscale: #A1A1A1. Windows color (decimal): -8734318 or 9615738. OLE color: 9615738.
HSL color Cylindrical-coordinate representation of color #7AB992: hue angle of 142.86º 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 #7AB992 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 146 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.27 |
| HSL | 142.86º | 0.31% | 0.6% | - |
| HSV(B) | 142.86º | 0.34% | 0.73% | - |
| XYZ | 30.56 | 40.91 | 33.48 | - |
| YUV | 161.72 | 119.13 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 146 | 0.34 | 0 | 0.21 | 0.27 | 142.86 | 0.31 | 0.6 |
| Hex | 7A | B9 | 92 | 22 | 0 | 15 | 1B | 8F | 1F | 3C |
| Octal | 172 | 271 | 222 | 42 | 0 | 25 | 33 | 217 | 37 | 74 |
| Binary | 1111010 | 10111001 | 10010010 | 100010 | 0 | 10101 | 11011 | 10001111 | 11111 | 111100 |
Color Harmonies of #7AB992
Complementary color
Monochromatic Colors of #7AB992
Black with #7AB992
Text Example
Text Example
White with #7AB992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB992; }
p { color: rgb(122,185,146); }
H1.HeaderClassName
{
color: #7AB992;
}
.AnyTagClassName
{
color: #7AB992;
}
</style>
background-color css
<style>
a { background-color: #7AB992; }
a { background-color: rgb(122,185,146); }
div.DivClassName
{
background-color: #7AB992;
}
.BgClassName
{
background-color: #7AB992;
}
</style>
border-color css
<style>
span { border-color: #7AB992; }
span { border-color: rgb(122,185,146); }
td.TdClassName
{
border-color: #7AB992;
}
.TagClassName
{
border-color: #7AB992;
}
</style>