Shades of Padua #7ABC9B
Tints of Padua #7ABC9B
RGB
CMYK
RGB Variations
Color information
#7ABC9B (or 0x7ABC9B) is known color: Padua. HEX triplet: 7A, BC and 9B. RGB value is (122,188,155). Sum of RGB (Red+Green+Blue) = 122+188+155=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABC9B is #854364. Grayscale: #A4A4A4. Windows color (decimal): -8733541 or 10206330. OLE color: 10206330.
HSL color Cylindrical-coordinate representation of color #7ABC9B: hue angle of 150º 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 #7ABC9B is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 155 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.26 |
| HSL | 150º | 0.33% | 0.61% | - |
| HSV(B) | 150º | 0.35% | 0.74% | - |
| XYZ | 31.93 | 42.47 | 37.53 | - |
| YUV | 164.5 | 122.63 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 155 | 0.35 | 0 | 0.18 | 0.26 | 150 | 0.33 | 0.61 |
| Hex | 7A | BC | 9B | 23 | 0 | 12 | 1A | 96 | 21 | 3D |
| Octal | 172 | 274 | 233 | 43 | 0 | 22 | 32 | 226 | 41 | 75 |
| Binary | 1111010 | 10111100 | 10011011 | 100011 | 0 | 10010 | 11010 | 10010110 | 100001 | 111101 |
Color Harmonies of #7ABC9B
Complementary color
Monochromatic Colors of #7ABC9B
Black with #7ABC9B
Text Example
Text Example
White with #7ABC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABC9B; }
p { color: rgb(122,188,155); }
H1.HeaderClassName
{
color: #7ABC9B;
}
.AnyTagClassName
{
color: #7ABC9B;
}
</style>
background-color css
<style>
a { background-color: #7ABC9B; }
a { background-color: rgb(122,188,155); }
div.DivClassName
{
background-color: #7ABC9B;
}
.BgClassName
{
background-color: #7ABC9B;
}
</style>
border-color css
<style>
span { border-color: #7ABC9B; }
span { border-color: rgb(122,188,155); }
td.TdClassName
{
border-color: #7ABC9B;
}
.TagClassName
{
border-color: #7ABC9B;
}
</style>