Shades of Padua #80C09E
Tints of Padua #80C09E
RGB
CMYK
RGB Variations
Color information
#80C09E (or 0x80C09E) is known color: Padua. HEX triplet: 80, C0 and 9E. RGB value is (128,192,158). Sum of RGB (Red+Green+Blue) = 128+192+158=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 192 - color contains mainly: green. Hex color #80C09E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C09E is #7F3F61. Grayscale: #A9A9A9. Windows color (decimal): -8339298 or 10403968. OLE color: 10403968.
HSL color Cylindrical-coordinate representation of color #80C09E: hue angle of 148.12º 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 #80C09E is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 192 | 158 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.25 |
| HSL | 148.13º | 0.34% | 0.63% | - |
| HSV(B) | 148.13º | 0.33% | 0.75% | - |
| XYZ | 33.92 | 44.76 | 39.2 | - |
| YUV | 168.99 | 121.8 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 158 | 0.33 | 0 | 0.18 | 0.25 | 148.13 | 0.34 | 0.63 |
| Hex | 80 | C0 | 9E | 21 | 0 | 12 | 19 | 94 | 22 | 3F |
| Octal | 200 | 300 | 236 | 41 | 0 | 22 | 31 | 224 | 42 | 77 |
| Binary | 10000000 | 11000000 | 10011110 | 100001 | 0 | 10010 | 11001 | 10010100 | 100010 | 111111 |
Color Harmonies of #80C09E
Complementary color
Monochromatic Colors of #80C09E
Black with #80C09E
Text Example
Text Example
White with #80C09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C09E; }
p { color: rgb(128,192,158); }
H1.HeaderClassName
{
color: #80C09E;
}
.AnyTagClassName
{
color: #80C09E;
}
</style>
background-color css
<style>
a { background-color: #80C09E; }
a { background-color: rgb(128,192,158); }
div.DivClassName
{
background-color: #80C09E;
}
.BgClassName
{
background-color: #80C09E;
}
</style>
border-color css
<style>
span { border-color: #80C09E; }
span { border-color: rgb(128,192,158); }
td.TdClassName
{
border-color: #80C09E;
}
.TagClassName
{
border-color: #80C09E;
}
</style>