Shades of Padua #80C498
Tints of Padua #80C498
RGB
CMYK
RGB Variations
Color information
#80C498 (or 0x80C498) is known color: Padua. HEX triplet: 80, C4 and 98. RGB value is (128,196,152). Sum of RGB (Red+Green+Blue) = 128+196+152=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 196 (76.95% from 255 or 41.18% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 196 - color contains mainly: green. Hex color #80C498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C498 is #7F3B67. Grayscale: #AAAAAA. Windows color (decimal): -8338280 or 10011776. OLE color: 10011776.
HSL color Cylindrical-coordinate representation of color #80C498: hue angle of 141.18º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #80C498 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 128 | 196 | 152 | - |
| CMYK | 0.35 | 0 | 0.22 | 0.23 |
| HSL | 141.18º | 0.37% | 0.64% | - |
| HSV(B) | 141.18º | 0.35% | 0.77% | - |
| XYZ | 34.31 | 46.34 | 36.84 | - |
| YUV | 170.65 | 117.47 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 196 | 152 | 0.35 | 0 | 0.22 | 0.23 | 141.18 | 0.37 | 0.64 |
| Hex | 80 | C4 | 98 | 23 | 0 | 16 | 17 | 8D | 25 | 40 |
| Octal | 200 | 304 | 230 | 43 | 0 | 26 | 27 | 215 | 45 | 100 |
| Binary | 10000000 | 11000100 | 10011000 | 100011 | 0 | 10110 | 10111 | 10001101 | 100101 | 1000000 |
Color Harmonies of #80C498
Complementary color
Monochromatic Colors of #80C498
Black with #80C498
Text Example
Text Example
White with #80C498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C498; }
p { color: rgb(128,196,152); }
H1.HeaderClassName
{
color: #80C498;
}
.AnyTagClassName
{
color: #80C498;
}
</style>
background-color css
<style>
a { background-color: #80C498; }
a { background-color: rgb(128,196,152); }
div.DivClassName
{
background-color: #80C498;
}
.BgClassName
{
background-color: #80C498;
}
</style>
border-color css
<style>
span { border-color: #80C498; }
span { border-color: rgb(128,196,152); }
td.TdClassName
{
border-color: #80C498;
}
.TagClassName
{
border-color: #80C498;
}
</style>