Shades of Padua #80A890
Tints of Padua #80A890
RGB
CMYK
RGB Variations
Color information
#80A890 (or 0x80A890) is known color: Padua. HEX triplet: 80, A8 and 90. RGB value is (128,168,144). Sum of RGB (Red+Green+Blue) = 128+168+144=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 168 - color contains mainly: green. Hex color #80A890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A890 is #7F576F. Grayscale: #999999. Windows color (decimal): -8345456 or 9480320. OLE color: 9480320.
HSL color Cylindrical-coordinate representation of color #80A890: hue angle of 144º 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 #80A890 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 168 | 144 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.34 |
| HSL | 144º | 0.19% | 0.58% | - |
| HSV(B) | 144º | 0.24% | 0.66% | - |
| XYZ | 27.94 | 34.61 | 31.59 | - |
| YUV | 153.3 | 122.75 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 168 | 144 | 0.24 | 0 | 0.14 | 0.34 | 144 | 0.19 | 0.58 |
| Hex | 80 | A8 | 90 | 18 | 0 | E | 22 | 90 | 13 | 3A |
| Octal | 200 | 250 | 220 | 30 | 0 | 16 | 42 | 220 | 23 | 72 |
| Binary | 10000000 | 10101000 | 10010000 | 11000 | 0 | 1110 | 100010 | 10010000 | 10011 | 111010 |
Color Harmonies of #80A890
Complementary color
Monochromatic Colors of #80A890
Black with #80A890
Text Example
Text Example
White with #80A890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A890; }
p { color: rgb(128,168,144); }
H1.HeaderClassName
{
color: #80A890;
}
.AnyTagClassName
{
color: #80A890;
}
</style>
background-color css
<style>
a { background-color: #80A890; }
a { background-color: rgb(128,168,144); }
div.DivClassName
{
background-color: #80A890;
}
.BgClassName
{
background-color: #80A890;
}
</style>
border-color css
<style>
span { border-color: #80A890; }
span { border-color: rgb(128,168,144); }
td.TdClassName
{
border-color: #80A890;
}
.TagClassName
{
border-color: #80A890;
}
</style>