Shades of Padua #80AC91
Tints of Padua #80AC91
RGB
CMYK
RGB Variations
Color information
#80AC91 (or 0x80AC91) is known color: Padua. HEX triplet: 80, AC and 91. RGB value is (128,172,145). Sum of RGB (Red+Green+Blue) = 128+172+145=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AC91 is #7F536E. Grayscale: #9B9B9B. Windows color (decimal): -8344431 or 9546880. OLE color: 9546880.
HSL color Cylindrical-coordinate representation of color #80AC91: hue angle of 143.18º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80AC91 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 172 | 145 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.33 |
| HSL | 143.18º | 0.21% | 0.59% | - |
| HSV(B) | 143.18º | 0.26% | 0.67% | - |
| XYZ | 28.77 | 36.14 | 32.25 | - |
| YUV | 155.77 | 121.92 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 172 | 145 | 0.26 | 0 | 0.16 | 0.33 | 143.18 | 0.21 | 0.59 |
| Hex | 80 | AC | 91 | 1A | 0 | 10 | 21 | 8F | 15 | 3B |
| Octal | 200 | 254 | 221 | 32 | 0 | 20 | 41 | 217 | 25 | 73 |
| Binary | 10000000 | 10101100 | 10010001 | 11010 | 0 | 10000 | 100001 | 10001111 | 10101 | 111011 |
Color Harmonies of #80AC91
Complementary color
Monochromatic Colors of #80AC91
Black with #80AC91
Text Example
Text Example
White with #80AC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AC91; }
p { color: rgb(128,172,145); }
H1.HeaderClassName
{
color: #80AC91;
}
.AnyTagClassName
{
color: #80AC91;
}
</style>
background-color css
<style>
a { background-color: #80AC91; }
a { background-color: rgb(128,172,145); }
div.DivClassName
{
background-color: #80AC91;
}
.BgClassName
{
background-color: #80AC91;
}
</style>
border-color css
<style>
span { border-color: #80AC91; }
span { border-color: rgb(128,172,145); }
td.TdClassName
{
border-color: #80AC91;
}
.TagClassName
{
border-color: #80AC91;
}
</style>