Shades of Padua #80BBA0
Tints of Padua #80BBA0
RGB
CMYK
RGB Variations
Color information
#80BBA0 (or 0x80BBA0) is known color: Padua. HEX triplet: 80, BB and A0. RGB value is (128,187,160). Sum of RGB (Red+Green+Blue) = 128+187+160=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 187 - color contains mainly: green. Hex color #80BBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BBA0 is #7F445F. Grayscale: #A6A6A6. Windows color (decimal): -8340576 or 10533760. OLE color: 10533760.
HSL color Cylindrical-coordinate representation of color #80BBA0: hue angle of 152.54º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80BBA0 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 187 | 160 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.27 |
| HSL | 152.54º | 0.3% | 0.62% | - |
| HSV(B) | 152.54º | 0.32% | 0.73% | - |
| XYZ | 33.02 | 42.67 | 39.75 | - |
| YUV | 166.28 | 124.45 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 160 | 0.32 | 0 | 0.14 | 0.27 | 152.54 | 0.3 | 0.62 |
| Hex | 80 | BB | A0 | 20 | 0 | E | 1B | 99 | 1E | 3E |
| Octal | 200 | 273 | 240 | 40 | 0 | 16 | 33 | 231 | 36 | 76 |
| Binary | 10000000 | 10111011 | 10100000 | 100000 | 0 | 1110 | 11011 | 10011001 | 11110 | 111110 |
Color Harmonies of #80BBA0
Complementary color
Monochromatic Colors of #80BBA0
Black with #80BBA0
Text Example
Text Example
White with #80BBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BBA0; }
p { color: rgb(128,187,160); }
H1.HeaderClassName
{
color: #80BBA0;
}
.AnyTagClassName
{
color: #80BBA0;
}
</style>
background-color css
<style>
a { background-color: #80BBA0; }
a { background-color: rgb(128,187,160); }
div.DivClassName
{
background-color: #80BBA0;
}
.BgClassName
{
background-color: #80BBA0;
}
</style>
border-color css
<style>
span { border-color: #80BBA0; }
span { border-color: rgb(128,187,160); }
td.TdClassName
{
border-color: #80BBA0;
}
.TagClassName
{
border-color: #80BBA0;
}
</style>