Shades of Padua #80AA92
Tints of Padua #80AA92
RGB
CMYK
RGB Variations
Color information
#80AA92 (or 0x80AA92) is known color: Padua. HEX triplet: 80, AA and 92. RGB value is (128,170,146). Sum of RGB (Red+Green+Blue) = 128+170+146=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 146 (57.42% from 255 or 32.88% from 444); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AA92 is #7F556D. Grayscale: #9A9A9A. Windows color (decimal): -8344942 or 9611904. OLE color: 9611904.
HSL color Cylindrical-coordinate representation of color #80AA92: hue angle of 145.71º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #80AA92 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 146 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.33 |
| HSL | 145.71º | 0.2% | 0.58% | - |
| HSV(B) | 145.71º | 0.25% | 0.67% | - |
| XYZ | 28.47 | 35.41 | 32.53 | - |
| YUV | 154.71 | 123.09 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 146 | 0.25 | 0 | 0.14 | 0.33 | 145.71 | 0.2 | 0.58 |
| Hex | 80 | AA | 92 | 19 | 0 | E | 21 | 92 | 14 | 3A |
| Octal | 200 | 252 | 222 | 31 | 0 | 16 | 41 | 222 | 24 | 72 |
| Binary | 10000000 | 10101010 | 10010010 | 11001 | 0 | 1110 | 100001 | 10010010 | 10100 | 111010 |
Color Harmonies of #80AA92
Complementary color
Monochromatic Colors of #80AA92
Black with #80AA92
Text Example
Text Example
White with #80AA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AA92; }
p { color: rgb(128,170,146); }
H1.HeaderClassName
{
color: #80AA92;
}
.AnyTagClassName
{
color: #80AA92;
}
</style>
background-color css
<style>
a { background-color: #80AA92; }
a { background-color: rgb(128,170,146); }
div.DivClassName
{
background-color: #80AA92;
}
.BgClassName
{
background-color: #80AA92;
}
</style>
border-color css
<style>
span { border-color: #80AA92; }
span { border-color: rgb(128,170,146); }
td.TdClassName
{
border-color: #80AA92;
}
.TagClassName
{
border-color: #80AA92;
}
</style>