Shades of Padua #80C294
Tints of Padua #80C294
RGB
CMYK
RGB Variations
Color information
#80C294 (or 0x80C294) is known color: Padua. HEX triplet: 80, C2 and 94. RGB value is (128,194,148). Sum of RGB (Red+Green+Blue) = 128+194+148=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 194 - color contains mainly: green. Hex color #80C294 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C294 is #7F3D6B. Grayscale: #A9A9A9. Windows color (decimal): -8338796 or 9749120. OLE color: 9749120.
HSL color Cylindrical-coordinate representation of color #80C294: hue angle of 138.18º degrees, saturation: 0.35, 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 #80C294 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 194 | 148 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.24 |
| HSL | 138.18º | 0.35% | 0.63% | - |
| HSV(B) | 138.18º | 0.34% | 0.76% | - |
| XYZ | 33.54 | 45.31 | 35 | - |
| YUV | 169.02 | 116.13 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 194 | 148 | 0.34 | 0 | 0.24 | 0.24 | 138.18 | 0.35 | 0.63 |
| Hex | 80 | C2 | 94 | 22 | 0 | 18 | 18 | 8A | 23 | 3F |
| Octal | 200 | 302 | 224 | 42 | 0 | 30 | 30 | 212 | 43 | 77 |
| Binary | 10000000 | 11000010 | 10010100 | 100010 | 0 | 11000 | 11000 | 10001010 | 100011 | 111111 |
Color Harmonies of #80C294
Complementary color
Monochromatic Colors of #80C294
Black with #80C294
Text Example
Text Example
White with #80C294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C294; }
p { color: rgb(128,194,148); }
H1.HeaderClassName
{
color: #80C294;
}
.AnyTagClassName
{
color: #80C294;
}
</style>
background-color css
<style>
a { background-color: #80C294; }
a { background-color: rgb(128,194,148); }
div.DivClassName
{
background-color: #80C294;
}
.BgClassName
{
background-color: #80C294;
}
</style>
border-color css
<style>
span { border-color: #80C294; }
span { border-color: rgb(128,194,148); }
td.TdClassName
{
border-color: #80C294;
}
.TagClassName
{
border-color: #80C294;
}
</style>