Shades of Padua #80BC9C
Tints of Padua #80BC9C
RGB
CMYK
RGB Variations
Color information
#80BC9C (or 0x80BC9C) is known color: Padua. HEX triplet: 80, BC and 9C. RGB value is (128,188,156). Sum of RGB (Red+Green+Blue) = 128+188+156=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BC9C is #7F4363. Grayscale: #A6A6A6. Windows color (decimal): -8340324 or 10271872. OLE color: 10271872.
HSL color Cylindrical-coordinate representation of color #80BC9C: hue angle of 148º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80BC9C is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 188 | 156 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.26 |
| HSL | 148º | 0.31% | 0.62% | - |
| HSV(B) | 148º | 0.32% | 0.74% | - |
| XYZ | 32.89 | 42.96 | 38.01 | - |
| YUV | 166.41 | 122.12 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 156 | 0.32 | 0 | 0.17 | 0.26 | 148 | 0.31 | 0.62 |
| Hex | 80 | BC | 9C | 20 | 0 | 11 | 1A | 94 | 1F | 3E |
| Octal | 200 | 274 | 234 | 40 | 0 | 21 | 32 | 224 | 37 | 76 |
| Binary | 10000000 | 10111100 | 10011100 | 100000 | 0 | 10001 | 11010 | 10010100 | 11111 | 111110 |
Color Harmonies of #80BC9C
Complementary color
Monochromatic Colors of #80BC9C
Black with #80BC9C
Text Example
Text Example
White with #80BC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BC9C; }
p { color: rgb(128,188,156); }
H1.HeaderClassName
{
color: #80BC9C;
}
.AnyTagClassName
{
color: #80BC9C;
}
</style>
background-color css
<style>
a { background-color: #80BC9C; }
a { background-color: rgb(128,188,156); }
div.DivClassName
{
background-color: #80BC9C;
}
.BgClassName
{
background-color: #80BC9C;
}
</style>
border-color css
<style>
span { border-color: #80BC9C; }
span { border-color: rgb(128,188,156); }
td.TdClassName
{
border-color: #80BC9C;
}
.TagClassName
{
border-color: #80BC9C;
}
</style>