Shades of Padua #80CCA1
Tints of Padua #80CCA1
RGB
CMYK
RGB Variations
Color information
#80CCA1 (or 0x80CCA1) is known color: Padua. HEX triplet: 80, CC and A1. RGB value is (128,204,161). Sum of RGB (Red+Green+Blue) = 128+204+161=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 161 (63.28% from 255 or 32.66% from 493); Max value from RGB is 204 - color contains mainly: green. Hex color #80CCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CCA1 is #7F335E. Grayscale: #B0B0B0. Windows color (decimal): -8336223 or 10603648. OLE color: 10603648.
HSL color Cylindrical-coordinate representation of color #80CCA1: hue angle of 146.05º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CCA1 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 204 | 161 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.2 |
| HSL | 146.05º | 0.43% | 0.65% | - |
| HSV(B) | 146.05º | 0.37% | 0.8% | - |
| XYZ | 36.93 | 50.35 | 41.49 | - |
| YUV | 176.37 | 119.32 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 204 | 161 | 0.37 | 0 | 0.21 | 0.2 | 146.05 | 0.43 | 0.65 |
| Hex | 80 | CC | A1 | 25 | 0 | 15 | 14 | 92 | 2B | 41 |
| Octal | 200 | 314 | 241 | 45 | 0 | 25 | 24 | 222 | 53 | 101 |
| Binary | 10000000 | 11001100 | 10100001 | 100101 | 0 | 10101 | 10100 | 10010010 | 101011 | 1000001 |
Color Harmonies of #80CCA1
Complementary color
Monochromatic Colors of #80CCA1
Black with #80CCA1
Text Example
Text Example
White with #80CCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CCA1; }
p { color: rgb(128,204,161); }
H1.HeaderClassName
{
color: #80CCA1;
}
.AnyTagClassName
{
color: #80CCA1;
}
</style>
background-color css
<style>
a { background-color: #80CCA1; }
a { background-color: rgb(128,204,161); }
div.DivClassName
{
background-color: #80CCA1;
}
.BgClassName
{
background-color: #80CCA1;
}
</style>
border-color css
<style>
span { border-color: #80CCA1; }
span { border-color: rgb(128,204,161); }
td.TdClassName
{
border-color: #80CCA1;
}
.TagClassName
{
border-color: #80CCA1;
}
</style>