Shades of Padua #80C693
Tints of Padua #80C693
RGB
CMYK
RGB Variations
Color information
#80C693 (or 0x80C693) is known color: Padua. HEX triplet: 80, C6 and 93. RGB value is (128,198,147). Sum of RGB (Red+Green+Blue) = 128+198+147=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 198 - color contains mainly: green. Hex color #80C693 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C693 is #7F396C. Grayscale: #ABABAB. Windows color (decimal): -8337773 or 9684608. OLE color: 9684608.
HSL color Cylindrical-coordinate representation of color #80C693: hue angle of 136.29º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #80C693 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 198 | 147 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.22 |
| HSL | 136.29º | 0.38% | 0.64% | - |
| HSV(B) | 136.29º | 0.35% | 0.78% | - |
| XYZ | 34.36 | 47.08 | 34.88 | - |
| YUV | 171.26 | 114.31 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 198 | 147 | 0.35 | 0 | 0.26 | 0.22 | 136.29 | 0.38 | 0.64 |
| Hex | 80 | C6 | 93 | 23 | 0 | 1A | 16 | 88 | 26 | 40 |
| Octal | 200 | 306 | 223 | 43 | 0 | 32 | 26 | 210 | 46 | 100 |
| Binary | 10000000 | 11000110 | 10010011 | 100011 | 0 | 11010 | 10110 | 10001000 | 100110 | 1000000 |
Color Harmonies of #80C693
Complementary color
Monochromatic Colors of #80C693
Black with #80C693
Text Example
Text Example
White with #80C693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C693; }
p { color: rgb(128,198,147); }
H1.HeaderClassName
{
color: #80C693;
}
.AnyTagClassName
{
color: #80C693;
}
</style>
background-color css
<style>
a { background-color: #80C693; }
a { background-color: rgb(128,198,147); }
div.DivClassName
{
background-color: #80C693;
}
.BgClassName
{
background-color: #80C693;
}
</style>
border-color css
<style>
span { border-color: #80C693; }
span { border-color: rgb(128,198,147); }
td.TdClassName
{
border-color: #80C693;
}
.TagClassName
{
border-color: #80C693;
}
</style>