Shades of Padua #80BB9F
Tints of Padua #80BB9F
RGB
CMYK
RGB Variations
Color information
#80BB9F (or 0x80BB9F) is known color: Padua. HEX triplet: 80, BB and 9F. RGB value is (128,187,159). Sum of RGB (Red+Green+Blue) = 128+187+159=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BB9F is #7F4460. Grayscale: #A6A6A6. Windows color (decimal): -8340577 or 10468224. OLE color: 10468224.
HSL color Cylindrical-coordinate representation of color #80BB9F: hue angle of 151.53º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80BB9F is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 187 | 159 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.27 |
| HSL | 151.53º | 0.3% | 0.62% | - |
| HSV(B) | 151.53º | 0.32% | 0.73% | - |
| XYZ | 32.93 | 42.63 | 39.29 | - |
| YUV | 166.17 | 123.95 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 159 | 0.32 | 0 | 0.15 | 0.27 | 151.53 | 0.3 | 0.62 |
| Hex | 80 | BB | 9F | 20 | 0 | F | 1B | 98 | 1E | 3E |
| Octal | 200 | 273 | 237 | 40 | 0 | 17 | 33 | 230 | 36 | 76 |
| Binary | 10000000 | 10111011 | 10011111 | 100000 | 0 | 1111 | 11011 | 10011000 | 11110 | 111110 |
Color Harmonies of #80BB9F
Complementary color
Monochromatic Colors of #80BB9F
Black with #80BB9F
Text Example
Text Example
White with #80BB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BB9F; }
p { color: rgb(128,187,159); }
H1.HeaderClassName
{
color: #80BB9F;
}
.AnyTagClassName
{
color: #80BB9F;
}
</style>
background-color css
<style>
a { background-color: #80BB9F; }
a { background-color: rgb(128,187,159); }
div.DivClassName
{
background-color: #80BB9F;
}
.BgClassName
{
background-color: #80BB9F;
}
</style>
border-color css
<style>
span { border-color: #80BB9F; }
span { border-color: rgb(128,187,159); }
td.TdClassName
{
border-color: #80BB9F;
}
.TagClassName
{
border-color: #80BB9F;
}
</style>