Shades of Padua #80BA9C
Tints of Padua #80BA9C
RGB
CMYK
RGB Variations
Color information
#80BA9C (or 0x80BA9C) is known color: Padua. HEX triplet: 80, BA and 9C. RGB value is (128,186,156). Sum of RGB (Red+Green+Blue) = 128+186+156=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BA9C is #7F4563. Grayscale: #A5A5A5. Windows color (decimal): -8340836 or 10271360. OLE color: 10271360.
HSL color Cylindrical-coordinate representation of color #80BA9C: hue angle of 148.97º 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 #80BA9C is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 186 | 156 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.27 |
| HSL | 148.97º | 0.3% | 0.62% | - |
| HSV(B) | 148.97º | 0.31% | 0.73% | - |
| XYZ | 32.46 | 42.11 | 37.87 | - |
| YUV | 165.24 | 122.78 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 186 | 156 | 0.31 | 0 | 0.16 | 0.27 | 148.97 | 0.3 | 0.62 |
| Hex | 80 | BA | 9C | 1F | 0 | 10 | 1B | 95 | 1E | 3E |
| Octal | 200 | 272 | 234 | 37 | 0 | 20 | 33 | 225 | 36 | 76 |
| Binary | 10000000 | 10111010 | 10011100 | 11111 | 0 | 10000 | 11011 | 10010101 | 11110 | 111110 |
Color Harmonies of #80BA9C
Complementary color
Monochromatic Colors of #80BA9C
Black with #80BA9C
Text Example
Text Example
White with #80BA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BA9C; }
p { color: rgb(128,186,156); }
H1.HeaderClassName
{
color: #80BA9C;
}
.AnyTagClassName
{
color: #80BA9C;
}
</style>
background-color css
<style>
a { background-color: #80BA9C; }
a { background-color: rgb(128,186,156); }
div.DivClassName
{
background-color: #80BA9C;
}
.BgClassName
{
background-color: #80BA9C;
}
</style>
border-color css
<style>
span { border-color: #80BA9C; }
span { border-color: rgb(128,186,156); }
td.TdClassName
{
border-color: #80BA9C;
}
.TagClassName
{
border-color: #80BA9C;
}
</style>