Shades of Padua #80BA9D
Tints of Padua #80BA9D
RGB
CMYK
RGB Variations
Color information
#80BA9D (or 0x80BA9D) is known color: Padua. HEX triplet: 80, BA and 9D. RGB value is (128,186,157). Sum of RGB (Red+Green+Blue) = 128+186+157=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BA9D is #7F4562. Grayscale: #A5A5A5. Windows color (decimal): -8340835 or 10336896. OLE color: 10336896.
HSL color Cylindrical-coordinate representation of color #80BA9D: hue angle of 150º 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 #80BA9D is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 186 | 157 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.27 |
| HSL | 150º | 0.3% | 0.62% | - |
| HSV(B) | 150º | 0.31% | 0.73% | - |
| XYZ | 32.55 | 42.14 | 38.32 | - |
| YUV | 165.35 | 123.28 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 186 | 157 | 0.31 | 0 | 0.16 | 0.27 | 150 | 0.3 | 0.62 |
| Hex | 80 | BA | 9D | 1F | 0 | 10 | 1B | 96 | 1E | 3E |
| Octal | 200 | 272 | 235 | 37 | 0 | 20 | 33 | 226 | 36 | 76 |
| Binary | 10000000 | 10111010 | 10011101 | 11111 | 0 | 10000 | 11011 | 10010110 | 11110 | 111110 |
Color Harmonies of #80BA9D
Complementary color
Monochromatic Colors of #80BA9D
Black with #80BA9D
Text Example
Text Example
White with #80BA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BA9D; }
p { color: rgb(128,186,157); }
H1.HeaderClassName
{
color: #80BA9D;
}
.AnyTagClassName
{
color: #80BA9D;
}
</style>
background-color css
<style>
a { background-color: #80BA9D; }
a { background-color: rgb(128,186,157); }
div.DivClassName
{
background-color: #80BA9D;
}
.BgClassName
{
background-color: #80BA9D;
}
</style>
border-color css
<style>
span { border-color: #80BA9D; }
span { border-color: rgb(128,186,157); }
td.TdClassName
{
border-color: #80BA9D;
}
.TagClassName
{
border-color: #80BA9D;
}
</style>