Shades of Padua #80BAA0
Tints of Padua #80BAA0
RGB
CMYK
RGB Variations
Color information
#80BAA0 (or 0x80BAA0) is known color: Padua. HEX triplet: 80, BA and A0. RGB value is (128,186,160). Sum of RGB (Red+Green+Blue) = 128+186+160=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 186 - color contains mainly: green. Hex color #80BAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BAA0 is #7F455F. Grayscale: #A5A5A5. Windows color (decimal): -8340832 or 10533504. OLE color: 10533504.
HSL color Cylindrical-coordinate representation of color #80BAA0: hue angle of 153.1º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80BAA0 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 186 | 160 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.27 |
| HSL | 153.1º | 0.3% | 0.62% | - |
| HSV(B) | 153.1º | 0.31% | 0.73% | - |
| XYZ | 32.81 | 42.25 | 39.68 | - |
| YUV | 165.69 | 124.78 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 186 | 160 | 0.31 | 0 | 0.14 | 0.27 | 153.1 | 0.3 | 0.62 |
| Hex | 80 | BA | A0 | 1F | 0 | E | 1B | 99 | 1E | 3E |
| Octal | 200 | 272 | 240 | 37 | 0 | 16 | 33 | 231 | 36 | 76 |
| Binary | 10000000 | 10111010 | 10100000 | 11111 | 0 | 1110 | 11011 | 10011001 | 11110 | 111110 |
Color Harmonies of #80BAA0
Complementary color
Monochromatic Colors of #80BAA0
Black with #80BAA0
Text Example
Text Example
White with #80BAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BAA0; }
p { color: rgb(128,186,160); }
H1.HeaderClassName
{
color: #80BAA0;
}
.AnyTagClassName
{
color: #80BAA0;
}
</style>
background-color css
<style>
a { background-color: #80BAA0; }
a { background-color: rgb(128,186,160); }
div.DivClassName
{
background-color: #80BAA0;
}
.BgClassName
{
background-color: #80BAA0;
}
</style>
border-color css
<style>
span { border-color: #80BAA0; }
span { border-color: rgb(128,186,160); }
td.TdClassName
{
border-color: #80BAA0;
}
.TagClassName
{
border-color: #80BAA0;
}
</style>