Shades of Padua #80C5A1
Tints of Padua #80C5A1
RGB
CMYK
RGB Variations
Color information
#80C5A1 (or 0x80C5A1) is known color: Padua. HEX triplet: 80, C5 and A1. RGB value is (128,197,161). Sum of RGB (Red+Green+Blue) = 128+197+161=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 197 - color contains mainly: green. Hex color #80C5A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C5A1 is #7F3A5E. Grayscale: #ACACAC. Windows color (decimal): -8338015 or 10601856. OLE color: 10601856.
HSL color Cylindrical-coordinate representation of color #80C5A1: hue angle of 148.7º 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 #80C5A1 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 128 | 197 | 161 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.23 |
| HSL | 148.7º | 0.37% | 0.64% | - |
| HSV(B) | 148.7º | 0.35% | 0.77% | - |
| XYZ | 35.3 | 47.09 | 40.95 | - |
| YUV | 172.27 | 121.64 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 197 | 161 | 0.35 | 0 | 0.18 | 0.23 | 148.7 | 0.37 | 0.64 |
| Hex | 80 | C5 | A1 | 23 | 0 | 12 | 17 | 95 | 25 | 40 |
| Octal | 200 | 305 | 241 | 43 | 0 | 22 | 27 | 225 | 45 | 100 |
| Binary | 10000000 | 11000101 | 10100001 | 100011 | 0 | 10010 | 10111 | 10010101 | 100101 | 1000000 |
Color Harmonies of #80C5A1
Complementary color
Monochromatic Colors of #80C5A1
Black with #80C5A1
Text Example
Text Example
White with #80C5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C5A1; }
p { color: rgb(128,197,161); }
H1.HeaderClassName
{
color: #80C5A1;
}
.AnyTagClassName
{
color: #80C5A1;
}
</style>
background-color css
<style>
a { background-color: #80C5A1; }
a { background-color: rgb(128,197,161); }
div.DivClassName
{
background-color: #80C5A1;
}
.BgClassName
{
background-color: #80C5A1;
}
</style>
border-color css
<style>
span { border-color: #80C5A1; }
span { border-color: rgb(128,197,161); }
td.TdClassName
{
border-color: #80C5A1;
}
.TagClassName
{
border-color: #80C5A1;
}
</style>