Shades of Padua #80A591
Tints of Padua #80A591
RGB
CMYK
RGB Variations
Color information
#80A591 (or 0x80A591) is known color: Padua. HEX triplet: 80, A5 and 91. RGB value is (128,165,145). Sum of RGB (Red+Green+Blue) = 128+165+145=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 165 - color contains mainly: green. Hex color #80A591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A591 is #7F5A6E. Grayscale: #979797. Windows color (decimal): -8346223 or 9545088. OLE color: 9545088.
HSL color Cylindrical-coordinate representation of color #80A591: hue angle of 147.57º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #80A591 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 165 | 145 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.35 |
| HSL | 147.57º | 0.17% | 0.57% | - |
| HSV(B) | 147.57º | 0.22% | 0.65% | - |
| XYZ | 27.47 | 33.54 | 31.81 | - |
| YUV | 151.66 | 124.24 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 165 | 145 | 0.22 | 0 | 0.12 | 0.35 | 147.57 | 0.17 | 0.57 |
| Hex | 80 | A5 | 91 | 16 | 0 | C | 23 | 94 | 11 | 39 |
| Octal | 200 | 245 | 221 | 26 | 0 | 14 | 43 | 224 | 21 | 71 |
| Binary | 10000000 | 10100101 | 10010001 | 10110 | 0 | 1100 | 100011 | 10010100 | 10001 | 111001 |
Color Harmonies of #80A591
Complementary color
Monochromatic Colors of #80A591
Black with #80A591
Text Example
Text Example
White with #80A591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A591; }
p { color: rgb(128,165,145); }
H1.HeaderClassName
{
color: #80A591;
}
.AnyTagClassName
{
color: #80A591;
}
</style>
background-color css
<style>
a { background-color: #80A591; }
a { background-color: rgb(128,165,145); }
div.DivClassName
{
background-color: #80A591;
}
.BgClassName
{
background-color: #80A591;
}
</style>
border-color css
<style>
span { border-color: #80A591; }
span { border-color: rgb(128,165,145); }
td.TdClassName
{
border-color: #80A591;
}
.TagClassName
{
border-color: #80A591;
}
</style>