Shades of Padua #7AB394
Tints of Padua #7AB394
RGB
CMYK
RGB Variations
Color information
#7AB394 (or 0x7AB394) is known color: Padua. HEX triplet: 7A, B3 and 94. RGB value is (122,179,148). Sum of RGB (Red+Green+Blue) = 122+179+148=449 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.17% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB394 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB394 is #854C6B. Grayscale: #9E9E9E. Windows color (decimal): -8735852 or 9745274. OLE color: 9745274.
HSL color Cylindrical-coordinate representation of color #7AB394: hue angle of 147.37º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AB394 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 179 | 148 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.30 |
| HSL | 147.37º | 0.27% | 0.59% | - |
| HSV(B) | 147.37º | 0.32% | 0.7% | - |
| XYZ | 29.49 | 38.52 | 33.9 | - |
| YUV | 158.42 | 122.12 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 179 | 148 | 0.32 | 0 | 0.17 | 0.30 | 147.37 | 0.27 | 0.59 |
| Hex | 7A | B3 | 94 | 20 | 0 | 11 | 1E | 93 | 1B | 3B |
| Octal | 172 | 263 | 224 | 40 | 0 | 21 | 36 | 223 | 33 | 73 |
| Binary | 1111010 | 10110011 | 10010100 | 100000 | 0 | 10001 | 11110 | 10010011 | 11011 | 111011 |
Color Harmonies of #7AB394
Complementary color
Monochromatic Colors of #7AB394
Black with #7AB394
Text Example
Text Example
White with #7AB394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB394; }
p { color: rgb(122,179,148); }
H1.HeaderClassName
{
color: #7AB394;
}
.AnyTagClassName
{
color: #7AB394;
}
</style>
background-color css
<style>
a { background-color: #7AB394; }
a { background-color: rgb(122,179,148); }
div.DivClassName
{
background-color: #7AB394;
}
.BgClassName
{
background-color: #7AB394;
}
</style>
border-color css
<style>
span { border-color: #7AB394; }
span { border-color: rgb(122,179,148); }
td.TdClassName
{
border-color: #7AB394;
}
.TagClassName
{
border-color: #7AB394;
}
</style>