Shades of Padua #80C093
Tints of Padua #80C093
RGB
CMYK
RGB Variations
Color information
#80C093 (or 0x80C093) is known color: Padua. HEX triplet: 80, C0 and 93. RGB value is (128,192,147). Sum of RGB (Red+Green+Blue) = 128+192+147=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #80C093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C093 is #7F3F6C. Grayscale: #A7A7A7. Windows color (decimal): -8339309 or 9683072. OLE color: 9683072.
HSL color Cylindrical-coordinate representation of color #80C093: hue angle of 137.81º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80C093 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 192 | 147 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.25 |
| HSL | 137.81º | 0.34% | 0.63% | - |
| HSV(B) | 137.81º | 0.33% | 0.75% | - |
| XYZ | 33.02 | 44.4 | 34.43 | - |
| YUV | 167.73 | 116.3 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 147 | 0.33 | 0 | 0.23 | 0.25 | 137.81 | 0.34 | 0.63 |
| Hex | 80 | C0 | 93 | 21 | 0 | 17 | 19 | 8A | 22 | 3F |
| Octal | 200 | 300 | 223 | 41 | 0 | 27 | 31 | 212 | 42 | 77 |
| Binary | 10000000 | 11000000 | 10010011 | 100001 | 0 | 10111 | 11001 | 10001010 | 100010 | 111111 |
Color Harmonies of #80C093
Complementary color
Monochromatic Colors of #80C093
Black with #80C093
Text Example
Text Example
White with #80C093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C093; }
p { color: rgb(128,192,147); }
H1.HeaderClassName
{
color: #80C093;
}
.AnyTagClassName
{
color: #80C093;
}
</style>
background-color css
<style>
a { background-color: #80C093; }
a { background-color: rgb(128,192,147); }
div.DivClassName
{
background-color: #80C093;
}
.BgClassName
{
background-color: #80C093;
}
</style>
border-color css
<style>
span { border-color: #80C093; }
span { border-color: rgb(128,192,147); }
td.TdClassName
{
border-color: #80C093;
}
.TagClassName
{
border-color: #80C093;
}
</style>