Shades of Padua #80C29D
Tints of Padua #80C29D
RGB
CMYK
RGB Variations
Color information
#80C29D (or 0x80C29D) is known color: Padua. HEX triplet: 80, C2 and 9D. RGB value is (128,194,157). Sum of RGB (Red+Green+Blue) = 128+194+157=479 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.72% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 194 - color contains mainly: green. Hex color #80C29D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C29D is #7F3D62. Grayscale: #AAAAAA. Windows color (decimal): -8338787 or 10338944. OLE color: 10338944.
HSL color Cylindrical-coordinate representation of color #80C29D: hue angle of 146.36º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80C29D is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 194 | 157 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.24 |
| HSL | 146.36º | 0.35% | 0.63% | - |
| HSV(B) | 146.36º | 0.34% | 0.76% | - |
| XYZ | 34.28 | 45.61 | 38.89 | - |
| YUV | 170.05 | 120.63 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 194 | 157 | 0.34 | 0 | 0.19 | 0.24 | 146.36 | 0.35 | 0.63 |
| Hex | 80 | C2 | 9D | 22 | 0 | 13 | 18 | 92 | 23 | 3F |
| Octal | 200 | 302 | 235 | 42 | 0 | 23 | 30 | 222 | 43 | 77 |
| Binary | 10000000 | 11000010 | 10011101 | 100010 | 0 | 10011 | 11000 | 10010010 | 100011 | 111111 |
Color Harmonies of #80C29D
Complementary color
Monochromatic Colors of #80C29D
Black with #80C29D
Text Example
Text Example
White with #80C29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C29D; }
p { color: rgb(128,194,157); }
H1.HeaderClassName
{
color: #80C29D;
}
.AnyTagClassName
{
color: #80C29D;
}
</style>
background-color css
<style>
a { background-color: #80C29D; }
a { background-color: rgb(128,194,157); }
div.DivClassName
{
background-color: #80C29D;
}
.BgClassName
{
background-color: #80C29D;
}
</style>
border-color css
<style>
span { border-color: #80C29D; }
span { border-color: rgb(128,194,157); }
td.TdClassName
{
border-color: #80C29D;
}
.TagClassName
{
border-color: #80C29D;
}
</style>