Shades of Padua #7ABC9A
Tints of Padua #7ABC9A
RGB
CMYK
RGB Variations
Color information
#7ABC9A (or 0x7ABC9A) is known color: Padua. HEX triplet: 7A, BC and 9A. RGB value is (122,188,154). Sum of RGB (Red+Green+Blue) = 122+188+154=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABC9A is #854365. Grayscale: #A4A4A4. Windows color (decimal): -8733542 or 10140794. OLE color: 10140794.
HSL color Cylindrical-coordinate representation of color #7ABC9A: hue angle of 149.09º 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 #7ABC9A is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 154 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.26 |
| HSL | 149.09º | 0.33% | 0.61% | - |
| HSV(B) | 149.09º | 0.35% | 0.74% | - |
| XYZ | 31.84 | 42.44 | 37.08 | - |
| YUV | 164.39 | 122.13 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 154 | 0.35 | 0 | 0.18 | 0.26 | 149.09 | 0.33 | 0.61 |
| Hex | 7A | BC | 9A | 23 | 0 | 12 | 1A | 95 | 21 | 3D |
| Octal | 172 | 274 | 232 | 43 | 0 | 22 | 32 | 225 | 41 | 75 |
| Binary | 1111010 | 10111100 | 10011010 | 100011 | 0 | 10010 | 11010 | 10010101 | 100001 | 111101 |
Color Harmonies of #7ABC9A
Complementary color
Monochromatic Colors of #7ABC9A
Black with #7ABC9A
Text Example
Text Example
White with #7ABC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABC9A; }
p { color: rgb(122,188,154); }
H1.HeaderClassName
{
color: #7ABC9A;
}
.AnyTagClassName
{
color: #7ABC9A;
}
</style>
background-color css
<style>
a { background-color: #7ABC9A; }
a { background-color: rgb(122,188,154); }
div.DivClassName
{
background-color: #7ABC9A;
}
.BgClassName
{
background-color: #7ABC9A;
}
</style>
border-color css
<style>
span { border-color: #7ABC9A; }
span { border-color: rgb(122,188,154); }
td.TdClassName
{
border-color: #7ABC9A;
}
.TagClassName
{
border-color: #7ABC9A;
}
</style>