Shades of Padua #80C793
Tints of Padua #80C793
RGB
CMYK
RGB Variations
Color information
#80C793 (or 0x80C793) is known color: Padua. HEX triplet: 80, C7 and 93. RGB value is (128,199,147). Sum of RGB (Red+Green+Blue) = 128+199+147=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 199 - color contains mainly: green. Hex color #80C793 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C793 is #7F386C. Grayscale: #ABABAB. Windows color (decimal): -8337517 or 9684864. OLE color: 9684864.
HSL color Cylindrical-coordinate representation of color #80C793: hue angle of 136.06º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80C793 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 199 | 147 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.22 |
| HSL | 136.06º | 0.39% | 0.64% | - |
| HSV(B) | 136.06º | 0.36% | 0.78% | - |
| XYZ | 34.59 | 47.54 | 34.96 | - |
| YUV | 171.84 | 113.98 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 199 | 147 | 0.36 | 0 | 0.26 | 0.22 | 136.06 | 0.39 | 0.64 |
| Hex | 80 | C7 | 93 | 24 | 0 | 1A | 16 | 88 | 27 | 40 |
| Octal | 200 | 307 | 223 | 44 | 0 | 32 | 26 | 210 | 47 | 100 |
| Binary | 10000000 | 11000111 | 10010011 | 100100 | 0 | 11010 | 10110 | 10001000 | 100111 | 1000000 |
Color Harmonies of #80C793
Complementary color
Monochromatic Colors of #80C793
Black with #80C793
Text Example
Text Example
White with #80C793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C793; }
p { color: rgb(128,199,147); }
H1.HeaderClassName
{
color: #80C793;
}
.AnyTagClassName
{
color: #80C793;
}
</style>
background-color css
<style>
a { background-color: #80C793; }
a { background-color: rgb(128,199,147); }
div.DivClassName
{
background-color: #80C793;
}
.BgClassName
{
background-color: #80C793;
}
</style>
border-color css
<style>
span { border-color: #80C793; }
span { border-color: rgb(128,199,147); }
td.TdClassName
{
border-color: #80C793;
}
.TagClassName
{
border-color: #80C793;
}
</style>