Shades of Padua #80BA9A
Tints of Padua #80BA9A
RGB
CMYK
RGB Variations
Color information
#80BA9A (or 0x80BA9A) is known color: Padua. HEX triplet: 80, BA and 9A. RGB value is (128,186,154). Sum of RGB (Red+Green+Blue) = 128+186+154=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BA9A is #7F4565. Grayscale: #A5A5A5. Windows color (decimal): -8340838 or 10140288. OLE color: 10140288.
HSL color Cylindrical-coordinate representation of color #80BA9A: hue angle of 146.9º 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 #80BA9A is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 186 | 154 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.27 |
| HSL | 146.9º | 0.3% | 0.62% | - |
| HSV(B) | 146.9º | 0.31% | 0.73% | - |
| XYZ | 32.29 | 42.04 | 36.98 | - |
| YUV | 165.01 | 121.78 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 186 | 154 | 0.31 | 0 | 0.17 | 0.27 | 146.9 | 0.3 | 0.62 |
| Hex | 80 | BA | 9A | 1F | 0 | 11 | 1B | 93 | 1E | 3E |
| Octal | 200 | 272 | 232 | 37 | 0 | 21 | 33 | 223 | 36 | 76 |
| Binary | 10000000 | 10111010 | 10011010 | 11111 | 0 | 10001 | 11011 | 10010011 | 11110 | 111110 |
Color Harmonies of #80BA9A
Complementary color
Monochromatic Colors of #80BA9A
Black with #80BA9A
Text Example
Text Example
White with #80BA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BA9A; }
p { color: rgb(128,186,154); }
H1.HeaderClassName
{
color: #80BA9A;
}
.AnyTagClassName
{
color: #80BA9A;
}
</style>
background-color css
<style>
a { background-color: #80BA9A; }
a { background-color: rgb(128,186,154); }
div.DivClassName
{
background-color: #80BA9A;
}
.BgClassName
{
background-color: #80BA9A;
}
</style>
border-color css
<style>
span { border-color: #80BA9A; }
span { border-color: rgb(128,186,154); }
td.TdClassName
{
border-color: #80BA9A;
}
.TagClassName
{
border-color: #80BA9A;
}
</style>