Shades of Padua #80C59F
Tints of Padua #80C59F
RGB
CMYK
RGB Variations
Color information
#80C59F (or 0x80C59F) is known color: Padua. HEX triplet: 80, C5 and 9F. RGB value is (128,197,159). Sum of RGB (Red+Green+Blue) = 128+197+159=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 197 - color contains mainly: green. Hex color #80C59F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C59F is #7F3A60. Grayscale: #ACACAC. Windows color (decimal): -8338017 or 10470784. OLE color: 10470784.
HSL color Cylindrical-coordinate representation of color #80C59F: hue angle of 146.96º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #80C59F is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 128 | 197 | 159 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.23 |
| HSL | 146.96º | 0.37% | 0.64% | - |
| HSV(B) | 146.96º | 0.35% | 0.77% | - |
| XYZ | 35.13 | 47.02 | 40.03 | - |
| YUV | 172.04 | 120.64 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 197 | 159 | 0.35 | 0 | 0.19 | 0.23 | 146.96 | 0.37 | 0.64 |
| Hex | 80 | C5 | 9F | 23 | 0 | 13 | 17 | 93 | 25 | 40 |
| Octal | 200 | 305 | 237 | 43 | 0 | 23 | 27 | 223 | 45 | 100 |
| Binary | 10000000 | 11000101 | 10011111 | 100011 | 0 | 10011 | 10111 | 10010011 | 100101 | 1000000 |
Color Harmonies of #80C59F
Complementary color
Monochromatic Colors of #80C59F
Black with #80C59F
Text Example
Text Example
White with #80C59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C59F; }
p { color: rgb(128,197,159); }
H1.HeaderClassName
{
color: #80C59F;
}
.AnyTagClassName
{
color: #80C59F;
}
</style>
background-color css
<style>
a { background-color: #80C59F; }
a { background-color: rgb(128,197,159); }
div.DivClassName
{
background-color: #80C59F;
}
.BgClassName
{
background-color: #80C59F;
}
</style>
border-color css
<style>
span { border-color: #80C59F; }
span { border-color: rgb(128,197,159); }
td.TdClassName
{
border-color: #80C59F;
}
.TagClassName
{
border-color: #80C59F;
}
</style>