Shades of Padua #80B29B
Tints of Padua #80B29B
RGB
CMYK
RGB Variations
Color information
#80B29B (or 0x80B29B) is known color: Padua. HEX triplet: 80, B2 and 9B. RGB value is (128,178,155). Sum of RGB (Red+Green+Blue) = 128+178+155=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 178 - color contains mainly: green. Hex color #80B29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80B29B is #7F4D64. Grayscale: #A0A0A0. Windows color (decimal): -8342885 or 10203776. OLE color: 10203776.
HSL color Cylindrical-coordinate representation of color #80B29B: hue angle of 152.4º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80B29B is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 178 | 155 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.30 |
| HSL | 152.4º | 0.25% | 0.6% | - |
| HSV(B) | 152.4º | 0.28% | 0.7% | - |
| XYZ | 30.74 | 38.8 | 36.88 | - |
| YUV | 160.43 | 124.94 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 178 | 155 | 0.28 | 0 | 0.13 | 0.30 | 152.4 | 0.25 | 0.6 |
| Hex | 80 | B2 | 9B | 1C | 0 | D | 1E | 98 | 19 | 3C |
| Octal | 200 | 262 | 233 | 34 | 0 | 15 | 36 | 230 | 31 | 74 |
| Binary | 10000000 | 10110010 | 10011011 | 11100 | 0 | 1101 | 11110 | 10011000 | 11001 | 111100 |
Color Harmonies of #80B29B
Complementary color
Monochromatic Colors of #80B29B
Black with #80B29B
Text Example
Text Example
White with #80B29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B29B; }
p { color: rgb(128,178,155); }
H1.HeaderClassName
{
color: #80B29B;
}
.AnyTagClassName
{
color: #80B29B;
}
</style>
background-color css
<style>
a { background-color: #80B29B; }
a { background-color: rgb(128,178,155); }
div.DivClassName
{
background-color: #80B29B;
}
.BgClassName
{
background-color: #80B29B;
}
</style>
border-color css
<style>
span { border-color: #80B29B; }
span { border-color: rgb(128,178,155); }
td.TdClassName
{
border-color: #80B29B;
}
.TagClassName
{
border-color: #80B29B;
}
</style>