Shades of Padua #80C398
Tints of Padua #80C398
RGB
CMYK
RGB Variations
Color information
#80C398 (or 0x80C398) is known color: Padua. HEX triplet: 80, C3 and 98. RGB value is (128,195,152). Sum of RGB (Red+Green+Blue) = 128+195+152=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 195 - color contains mainly: green. Hex color #80C398 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C398 is #7F3C67. Grayscale: #AAAAAA. Windows color (decimal): -8338536 or 10011520. OLE color: 10011520.
HSL color Cylindrical-coordinate representation of color #80C398: hue angle of 141.49º degrees, saturation: 0.36, 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 #80C398 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 195 | 152 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.24 |
| HSL | 141.49º | 0.36% | 0.63% | - |
| HSV(B) | 141.49º | 0.34% | 0.76% | - |
| XYZ | 34.08 | 45.89 | 36.77 | - |
| YUV | 170.07 | 117.8 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 195 | 152 | 0.34 | 0 | 0.22 | 0.24 | 141.49 | 0.36 | 0.63 |
| Hex | 80 | C3 | 98 | 22 | 0 | 16 | 18 | 8D | 24 | 3F |
| Octal | 200 | 303 | 230 | 42 | 0 | 26 | 30 | 215 | 44 | 77 |
| Binary | 10000000 | 11000011 | 10011000 | 100010 | 0 | 10110 | 11000 | 10001101 | 100100 | 111111 |
Color Harmonies of #80C398
Complementary color
Monochromatic Colors of #80C398
Black with #80C398
Text Example
Text Example
White with #80C398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C398; }
p { color: rgb(128,195,152); }
H1.HeaderClassName
{
color: #80C398;
}
.AnyTagClassName
{
color: #80C398;
}
</style>
background-color css
<style>
a { background-color: #80C398; }
a { background-color: rgb(128,195,152); }
div.DivClassName
{
background-color: #80C398;
}
.BgClassName
{
background-color: #80C398;
}
</style>
border-color css
<style>
span { border-color: #80C398; }
span { border-color: rgb(128,195,152); }
td.TdClassName
{
border-color: #80C398;
}
.TagClassName
{
border-color: #80C398;
}
</style>