Shades of Padua #80A891
Tints of Padua #80A891
RGB
CMYK
RGB Variations
Color information
#80A891 (or 0x80A891) is known color: Padua. HEX triplet: 80, A8 and 91. RGB value is (128,168,145). Sum of RGB (Red+Green+Blue) = 128+168+145=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 145 (57.03% from 255 or 32.88% from 441); Max value from RGB is 168 - color contains mainly: green. Hex color #80A891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A891 is #7F576E. Grayscale: #999999. Windows color (decimal): -8345455 or 9545856. OLE color: 9545856.
HSL color Cylindrical-coordinate representation of color #80A891: hue angle of 145.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #80A891 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 168 | 145 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.34 |
| HSL | 145.5º | 0.19% | 0.58% | - |
| HSV(B) | 145.5º | 0.24% | 0.66% | - |
| XYZ | 28.02 | 34.64 | 32 | - |
| YUV | 153.42 | 123.25 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 168 | 145 | 0.24 | 0 | 0.14 | 0.34 | 145.5 | 0.19 | 0.58 |
| Hex | 80 | A8 | 91 | 18 | 0 | E | 22 | 92 | 13 | 3A |
| Octal | 200 | 250 | 221 | 30 | 0 | 16 | 42 | 222 | 23 | 72 |
| Binary | 10000000 | 10101000 | 10010001 | 11000 | 0 | 1110 | 100010 | 10010010 | 10011 | 111010 |
Color Harmonies of #80A891
Complementary color
Monochromatic Colors of #80A891
Black with #80A891
Text Example
Text Example
White with #80A891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A891; }
p { color: rgb(128,168,145); }
H1.HeaderClassName
{
color: #80A891;
}
.AnyTagClassName
{
color: #80A891;
}
</style>
background-color css
<style>
a { background-color: #80A891; }
a { background-color: rgb(128,168,145); }
div.DivClassName
{
background-color: #80A891;
}
.BgClassName
{
background-color: #80A891;
}
</style>
border-color css
<style>
span { border-color: #80A891; }
span { border-color: rgb(128,168,145); }
td.TdClassName
{
border-color: #80A891;
}
.TagClassName
{
border-color: #80A891;
}
</style>