Shades of Padua #80B49E
Tints of Padua #80B49E
RGB
CMYK
RGB Variations
Color information
#80B49E (or 0x80B49E) is known color: Padua. HEX triplet: 80, B4 and 9E. RGB value is (128,180,158). Sum of RGB (Red+Green+Blue) = 128+180+158=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 180 - color contains mainly: green. Hex color #80B49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B49E is #7F4B61. Grayscale: #A1A1A1. Windows color (decimal): -8342370 or 10400896. OLE color: 10400896.
HSL color Cylindrical-coordinate representation of color #80B49E: hue angle of 154.62º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80B49E is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 180 | 158 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.29 |
| HSL | 154.62º | 0.26% | 0.6% | - |
| HSV(B) | 154.62º | 0.29% | 0.71% | - |
| XYZ | 31.39 | 39.7 | 38.36 | - |
| YUV | 161.94 | 125.77 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 180 | 158 | 0.29 | 0 | 0.12 | 0.29 | 154.62 | 0.26 | 0.6 |
| Hex | 80 | B4 | 9E | 1D | 0 | C | 1D | 9B | 1A | 3C |
| Octal | 200 | 264 | 236 | 35 | 0 | 14 | 35 | 233 | 32 | 74 |
| Binary | 10000000 | 10110100 | 10011110 | 11101 | 0 | 1100 | 11101 | 10011011 | 11010 | 111100 |
Color Harmonies of #80B49E
Complementary color
Monochromatic Colors of #80B49E
Black with #80B49E
Text Example
Text Example
White with #80B49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B49E; }
p { color: rgb(128,180,158); }
H1.HeaderClassName
{
color: #80B49E;
}
.AnyTagClassName
{
color: #80B49E;
}
</style>
background-color css
<style>
a { background-color: #80B49E; }
a { background-color: rgb(128,180,158); }
div.DivClassName
{
background-color: #80B49E;
}
.BgClassName
{
background-color: #80B49E;
}
</style>
border-color css
<style>
span { border-color: #80B49E; }
span { border-color: rgb(128,180,158); }
td.TdClassName
{
border-color: #80B49E;
}
.TagClassName
{
border-color: #80B49E;
}
</style>