Shades of Padua #80AD92
Tints of Padua #80AD92
RGB
CMYK
RGB Variations
Color information
#80AD92 (or 0x80AD92) is known color: Padua. HEX triplet: 80, AD and 92. RGB value is (128,173,146). Sum of RGB (Red+Green+Blue) = 128+173+146=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AD92 is #7F526D. Grayscale: #9C9C9C. Windows color (decimal): -8344174 or 9612672. OLE color: 9612672.
HSL color Cylindrical-coordinate representation of color #80AD92: hue angle of 144º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80AD92 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 173 | 146 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.32 |
| HSL | 144º | 0.22% | 0.59% | - |
| HSV(B) | 144º | 0.26% | 0.68% | - |
| XYZ | 29.03 | 36.55 | 32.72 | - |
| YUV | 156.47 | 122.09 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 146 | 0.26 | 0 | 0.16 | 0.32 | 144 | 0.22 | 0.59 |
| Hex | 80 | AD | 92 | 1A | 0 | 10 | 20 | 90 | 16 | 3B |
| Octal | 200 | 255 | 222 | 32 | 0 | 20 | 40 | 220 | 26 | 73 |
| Binary | 10000000 | 10101101 | 10010010 | 11010 | 0 | 10000 | 100000 | 10010000 | 10110 | 111011 |
Color Harmonies of #80AD92
Complementary color
Monochromatic Colors of #80AD92
Black with #80AD92
Text Example
Text Example
White with #80AD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AD92; }
p { color: rgb(128,173,146); }
H1.HeaderClassName
{
color: #80AD92;
}
.AnyTagClassName
{
color: #80AD92;
}
</style>
background-color css
<style>
a { background-color: #80AD92; }
a { background-color: rgb(128,173,146); }
div.DivClassName
{
background-color: #80AD92;
}
.BgClassName
{
background-color: #80AD92;
}
</style>
border-color css
<style>
span { border-color: #80AD92; }
span { border-color: rgb(128,173,146); }
td.TdClassName
{
border-color: #80AD92;
}
.TagClassName
{
border-color: #80AD92;
}
</style>