Shades of Padua #80C199
Tints of Padua #80C199
RGB
CMYK
RGB Variations
Color information
#80C199 (or 0x80C199) is known color: Padua. HEX triplet: 80, C1 and 99. RGB value is (128,193,153). Sum of RGB (Red+Green+Blue) = 128+193+153=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 193 - color contains mainly: green. Hex color #80C199 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C199 is #7F3E66. Grayscale: #A9A9A9. Windows color (decimal): -8339047 or 10076544. OLE color: 10076544.
HSL color Cylindrical-coordinate representation of color #80C199: hue angle of 143.08º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80C199 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 193 | 153 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.24 |
| HSL | 143.08º | 0.34% | 0.63% | - |
| HSV(B) | 143.08º | 0.34% | 0.76% | - |
| XYZ | 33.72 | 45.03 | 37.05 | - |
| YUV | 169.01 | 118.97 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 193 | 153 | 0.34 | 0 | 0.21 | 0.24 | 143.08 | 0.34 | 0.63 |
| Hex | 80 | C1 | 99 | 22 | 0 | 15 | 18 | 8F | 22 | 3F |
| Octal | 200 | 301 | 231 | 42 | 0 | 25 | 30 | 217 | 42 | 77 |
| Binary | 10000000 | 11000001 | 10011001 | 100010 | 0 | 10101 | 11000 | 10001111 | 100010 | 111111 |
Color Harmonies of #80C199
Complementary color
Monochromatic Colors of #80C199
Black with #80C199
Text Example
Text Example
White with #80C199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C199; }
p { color: rgb(128,193,153); }
H1.HeaderClassName
{
color: #80C199;
}
.AnyTagClassName
{
color: #80C199;
}
</style>
background-color css
<style>
a { background-color: #80C199; }
a { background-color: rgb(128,193,153); }
div.DivClassName
{
background-color: #80C199;
}
.BgClassName
{
background-color: #80C199;
}
</style>
border-color css
<style>
span { border-color: #80C199; }
span { border-color: rgb(128,193,153); }
td.TdClassName
{
border-color: #80C199;
}
.TagClassName
{
border-color: #80C199;
}
</style>