Shades of Padua #80AC92
Tints of Padua #80AC92
RGB
CMYK
RGB Variations
Color information
#80AC92 (or 0x80AC92) is known color: Padua. HEX triplet: 80, AC and 92. RGB value is (128,172,146). Sum of RGB (Red+Green+Blue) = 128+172+146=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AC92 is #7F536D. Grayscale: #9B9B9B. Windows color (decimal): -8344430 or 9612416. OLE color: 9612416.
HSL color Cylindrical-coordinate representation of color #80AC92: hue angle of 144.55º 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 #80AC92 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 172 | 146 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.33 |
| HSL | 144.55º | 0.21% | 0.59% | - |
| HSV(B) | 144.55º | 0.26% | 0.67% | - |
| XYZ | 28.84 | 36.17 | 32.66 | - |
| YUV | 155.88 | 122.42 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 172 | 146 | 0.26 | 0 | 0.15 | 0.33 | 144.55 | 0.21 | 0.59 |
| Hex | 80 | AC | 92 | 1A | 0 | F | 21 | 91 | 15 | 3B |
| Octal | 200 | 254 | 222 | 32 | 0 | 17 | 41 | 221 | 25 | 73 |
| Binary | 10000000 | 10101100 | 10010010 | 11010 | 0 | 1111 | 100001 | 10010001 | 10101 | 111011 |
Color Harmonies of #80AC92
Complementary color
Monochromatic Colors of #80AC92
Black with #80AC92
Text Example
Text Example
White with #80AC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AC92; }
p { color: rgb(128,172,146); }
H1.HeaderClassName
{
color: #80AC92;
}
.AnyTagClassName
{
color: #80AC92;
}
</style>
background-color css
<style>
a { background-color: #80AC92; }
a { background-color: rgb(128,172,146); }
div.DivClassName
{
background-color: #80AC92;
}
.BgClassName
{
background-color: #80AC92;
}
</style>
border-color css
<style>
span { border-color: #80AC92; }
span { border-color: rgb(128,172,146); }
td.TdClassName
{
border-color: #80AC92;
}
.TagClassName
{
border-color: #80AC92;
}
</style>