Shades of Padua #7ABC9E
Tints of Padua #7ABC9E
RGB
CMYK
RGB Variations
Color information
#7ABC9E (or 0x7ABC9E) is known color: Padua. HEX triplet: 7A, BC and 9E. RGB value is (122,188,158). Sum of RGB (Red+Green+Blue) = 122+188+158=468 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.07% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABC9E is #854361. Grayscale: #A4A4A4. Windows color (decimal): -8733538 or 10402938. OLE color: 10402938.
HSL color Cylindrical-coordinate representation of color #7ABC9E: hue angle of 152.73º 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 #7ABC9E is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 158 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.26 |
| HSL | 152.73º | 0.33% | 0.61% | - |
| HSV(B) | 152.73º | 0.35% | 0.74% | - |
| XYZ | 32.18 | 42.57 | 38.87 | - |
| YUV | 164.85 | 124.13 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 158 | 0.35 | 0 | 0.16 | 0.26 | 152.73 | 0.33 | 0.61 |
| Hex | 7A | BC | 9E | 23 | 0 | 10 | 1A | 99 | 21 | 3D |
| Octal | 172 | 274 | 236 | 43 | 0 | 20 | 32 | 231 | 41 | 75 |
| Binary | 1111010 | 10111100 | 10011110 | 100011 | 0 | 10000 | 11010 | 10011001 | 100001 | 111101 |
Color Harmonies of #7ABC9E
Complementary color
Monochromatic Colors of #7ABC9E
Black with #7ABC9E
Text Example
Text Example
White with #7ABC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABC9E; }
p { color: rgb(122,188,158); }
H1.HeaderClassName
{
color: #7ABC9E;
}
.AnyTagClassName
{
color: #7ABC9E;
}
</style>
background-color css
<style>
a { background-color: #7ABC9E; }
a { background-color: rgb(122,188,158); }
div.DivClassName
{
background-color: #7ABC9E;
}
.BgClassName
{
background-color: #7ABC9E;
}
</style>
border-color css
<style>
span { border-color: #7ABC9E; }
span { border-color: rgb(122,188,158); }
td.TdClassName
{
border-color: #7ABC9E;
}
.TagClassName
{
border-color: #7ABC9E;
}
</style>