Shades of Padua #7AB698
Tints of Padua #7AB698
RGB
CMYK
RGB Variations
Color information
#7AB698 (or 0x7AB698) is known color: Padua. HEX triplet: 7A, B6 and 98. RGB value is (122,182,152). Sum of RGB (Red+Green+Blue) = 122+182+152=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 182 - color contains mainly: green. Hex color #7AB698 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB698 is #854967. Grayscale: #A0A0A0. Windows color (decimal): -8735080 or 10008186. OLE color: 10008186.
HSL color Cylindrical-coordinate representation of color #7AB698: hue angle of 150º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7AB698 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 182 | 152 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.29 |
| HSL | 150º | 0.29% | 0.6% | - |
| HSV(B) | 150º | 0.33% | 0.71% | - |
| XYZ | 30.42 | 39.86 | 35.8 | - |
| YUV | 160.64 | 123.12 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 182 | 152 | 0.33 | 0 | 0.16 | 0.29 | 150 | 0.29 | 0.6 |
| Hex | 7A | B6 | 98 | 21 | 0 | 10 | 1D | 96 | 1D | 3C |
| Octal | 172 | 266 | 230 | 41 | 0 | 20 | 35 | 226 | 35 | 74 |
| Binary | 1111010 | 10110110 | 10011000 | 100001 | 0 | 10000 | 11101 | 10010110 | 11101 | 111100 |
Color Harmonies of #7AB698
Complementary color
Monochromatic Colors of #7AB698
Black with #7AB698
Text Example
Text Example
White with #7AB698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB698; }
p { color: rgb(122,182,152); }
H1.HeaderClassName
{
color: #7AB698;
}
.AnyTagClassName
{
color: #7AB698;
}
</style>
background-color css
<style>
a { background-color: #7AB698; }
a { background-color: rgb(122,182,152); }
div.DivClassName
{
background-color: #7AB698;
}
.BgClassName
{
background-color: #7AB698;
}
</style>
border-color css
<style>
span { border-color: #7AB698; }
span { border-color: rgb(122,182,152); }
td.TdClassName
{
border-color: #7AB698;
}
.TagClassName
{
border-color: #7AB698;
}
</style>