Shades of Padua #80C195
Tints of Padua #80C195
RGB
CMYK
RGB Variations
Color information
#80C195 (or 0x80C195) is known color: Padua. HEX triplet: 80, C1 and 95. RGB value is (128,193,149). Sum of RGB (Red+Green+Blue) = 128+193+149=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 193 - color contains mainly: green. Hex color #80C195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C195 is #7F3E6A. Grayscale: #A8A8A8. Windows color (decimal): -8339051 or 9814400. OLE color: 9814400.
HSL color Cylindrical-coordinate representation of color #80C195: hue angle of 139.38º 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 #80C195 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 193 | 149 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.24 |
| HSL | 139.38º | 0.34% | 0.63% | - |
| HSV(B) | 139.38º | 0.34% | 0.76% | - |
| XYZ | 33.4 | 44.9 | 35.34 | - |
| YUV | 168.55 | 116.97 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 193 | 149 | 0.34 | 0 | 0.23 | 0.24 | 139.38 | 0.34 | 0.63 |
| Hex | 80 | C1 | 95 | 22 | 0 | 17 | 18 | 8B | 22 | 3F |
| Octal | 200 | 301 | 225 | 42 | 0 | 27 | 30 | 213 | 42 | 77 |
| Binary | 10000000 | 11000001 | 10010101 | 100010 | 0 | 10111 | 11000 | 10001011 | 100010 | 111111 |
Color Harmonies of #80C195
Complementary color
Monochromatic Colors of #80C195
Black with #80C195
Text Example
Text Example
White with #80C195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C195; }
p { color: rgb(128,193,149); }
H1.HeaderClassName
{
color: #80C195;
}
.AnyTagClassName
{
color: #80C195;
}
</style>
background-color css
<style>
a { background-color: #80C195; }
a { background-color: rgb(128,193,149); }
div.DivClassName
{
background-color: #80C195;
}
.BgClassName
{
background-color: #80C195;
}
</style>
border-color css
<style>
span { border-color: #80C195; }
span { border-color: rgb(128,193,149); }
td.TdClassName
{
border-color: #80C195;
}
.TagClassName
{
border-color: #80C195;
}
</style>