Shades of Padua #7AB898
Tints of Padua #7AB898
RGB
CMYK
RGB Variations
Color information
#7AB898 (or 0x7AB898) is known color: Padua. HEX triplet: 7A, B8 and 98. RGB value is (122,184,152). Sum of RGB (Red+Green+Blue) = 122+184+152=458 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.64% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 152 (59.77% from 255 or 33.19% from 458); Max value from RGB is 184 - color contains mainly: green. Hex color #7AB898 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB898 is #854767. Grayscale: #A1A1A1. Windows color (decimal): -8734568 or 10008698. OLE color: 10008698.
HSL color Cylindrical-coordinate representation of color #7AB898: hue angle of 149.03º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7AB898 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 184 | 152 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.28 |
| HSL | 149.03º | 0.3% | 0.6% | - |
| HSV(B) | 149.03º | 0.34% | 0.72% | - |
| XYZ | 30.83 | 40.69 | 35.93 | - |
| YUV | 161.81 | 122.46 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 184 | 152 | 0.34 | 0 | 0.17 | 0.28 | 149.03 | 0.3 | 0.6 |
| Hex | 7A | B8 | 98 | 22 | 0 | 11 | 1C | 95 | 1E | 3C |
| Octal | 172 | 270 | 230 | 42 | 0 | 21 | 34 | 225 | 36 | 74 |
| Binary | 1111010 | 10111000 | 10011000 | 100010 | 0 | 10001 | 11100 | 10010101 | 11110 | 111100 |
Color Harmonies of #7AB898
Complementary color
Monochromatic Colors of #7AB898
Black with #7AB898
Text Example
Text Example
White with #7AB898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB898; }
p { color: rgb(122,184,152); }
H1.HeaderClassName
{
color: #7AB898;
}
.AnyTagClassName
{
color: #7AB898;
}
</style>
background-color css
<style>
a { background-color: #7AB898; }
a { background-color: rgb(122,184,152); }
div.DivClassName
{
background-color: #7AB898;
}
.BgClassName
{
background-color: #7AB898;
}
</style>
border-color css
<style>
span { border-color: #7AB898; }
span { border-color: rgb(122,184,152); }
td.TdClassName
{
border-color: #7AB898;
}
.TagClassName
{
border-color: #7AB898;
}
</style>