Shades of Padua #7ABC94
Tints of Padua #7ABC94
RGB
CMYK
RGB Variations
Color information
#7ABC94 (or 0x7ABC94) is known color: Padua. HEX triplet: 7A, BC and 94. RGB value is (122,188,148). Sum of RGB (Red+Green+Blue) = 122+188+148=458 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.64% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 148 (58.20% from 255 or 32.31% from 458); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABC94 is #85436B. Grayscale: #A3A3A3. Windows color (decimal): -8733548 or 9747578. OLE color: 9747578.
HSL color Cylindrical-coordinate representation of color #7ABC94: hue angle of 143.64º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7ABC94 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 148 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.26 |
| HSL | 143.64º | 0.33% | 0.61% | - |
| HSV(B) | 143.64º | 0.35% | 0.74% | - |
| XYZ | 31.35 | 42.24 | 34.52 | - |
| YUV | 163.71 | 119.13 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 148 | 0.35 | 0 | 0.21 | 0.26 | 143.64 | 0.33 | 0.61 |
| Hex | 7A | BC | 94 | 23 | 0 | 15 | 1A | 90 | 21 | 3D |
| Octal | 172 | 274 | 224 | 43 | 0 | 25 | 32 | 220 | 41 | 75 |
| Binary | 1111010 | 10111100 | 10010100 | 100011 | 0 | 10101 | 11010 | 10010000 | 100001 | 111101 |
Color Harmonies of #7ABC94
Complementary color
Monochromatic Colors of #7ABC94
Black with #7ABC94
Text Example
Text Example
White with #7ABC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABC94; }
p { color: rgb(122,188,148); }
H1.HeaderClassName
{
color: #7ABC94;
}
.AnyTagClassName
{
color: #7ABC94;
}
</style>
background-color css
<style>
a { background-color: #7ABC94; }
a { background-color: rgb(122,188,148); }
div.DivClassName
{
background-color: #7ABC94;
}
.BgClassName
{
background-color: #7ABC94;
}
</style>
border-color css
<style>
span { border-color: #7ABC94; }
span { border-color: rgb(122,188,148); }
td.TdClassName
{
border-color: #7ABC94;
}
.TagClassName
{
border-color: #7ABC94;
}
</style>