Shades of Padua #7ABC9C
Tints of Padua #7ABC9C
RGB
CMYK
RGB Variations
Color information
#7ABC9C (or 0x7ABC9C) is known color: Padua. HEX triplet: 7A, BC and 9C. RGB value is (122,188,156). Sum of RGB (Red+Green+Blue) = 122+188+156=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABC9C is #854363. Grayscale: #A4A4A4. Windows color (decimal): -8733540 or 10271866. OLE color: 10271866.
HSL color Cylindrical-coordinate representation of color #7ABC9C: hue angle of 150.91º 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 #7ABC9C is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 156 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.26 |
| HSL | 150.91º | 0.33% | 0.61% | - |
| HSV(B) | 150.91º | 0.35% | 0.74% | - |
| XYZ | 32.01 | 42.5 | 37.97 | - |
| YUV | 164.62 | 123.13 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 156 | 0.35 | 0 | 0.17 | 0.26 | 150.91 | 0.33 | 0.61 |
| Hex | 7A | BC | 9C | 23 | 0 | 11 | 1A | 97 | 21 | 3D |
| Octal | 172 | 274 | 234 | 43 | 0 | 21 | 32 | 227 | 41 | 75 |
| Binary | 1111010 | 10111100 | 10011100 | 100011 | 0 | 10001 | 11010 | 10010111 | 100001 | 111101 |
Color Harmonies of #7ABC9C
Complementary color
Monochromatic Colors of #7ABC9C
Black with #7ABC9C
Text Example
Text Example
White with #7ABC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABC9C; }
p { color: rgb(122,188,156); }
H1.HeaderClassName
{
color: #7ABC9C;
}
.AnyTagClassName
{
color: #7ABC9C;
}
</style>
background-color css
<style>
a { background-color: #7ABC9C; }
a { background-color: rgb(122,188,156); }
div.DivClassName
{
background-color: #7ABC9C;
}
.BgClassName
{
background-color: #7ABC9C;
}
</style>
border-color css
<style>
span { border-color: #7ABC9C; }
span { border-color: rgb(122,188,156); }
td.TdClassName
{
border-color: #7ABC9C;
}
.TagClassName
{
border-color: #7ABC9C;
}
</style>