Shades of Padua #80C09A
Tints of Padua #80C09A
RGB
CMYK
RGB Variations
Color information
#80C09A (or 0x80C09A) is known color: Padua. HEX triplet: 80, C0 and 9A. RGB value is (128,192,154). Sum of RGB (Red+Green+Blue) = 128+192+154=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #80C09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C09A is #7F3F65. Grayscale: #A8A8A8. Windows color (decimal): -8339302 or 10141824. OLE color: 10141824.
HSL color Cylindrical-coordinate representation of color #80C09A: hue angle of 144.38º 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 #80C09A is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 192 | 154 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.25 |
| HSL | 144.38º | 0.34% | 0.63% | - |
| HSV(B) | 144.38º | 0.33% | 0.75% | - |
| XYZ | 33.58 | 44.62 | 37.41 | - |
| YUV | 168.53 | 119.8 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 154 | 0.33 | 0 | 0.20 | 0.25 | 144.38 | 0.34 | 0.63 |
| Hex | 80 | C0 | 9A | 21 | 0 | 14 | 19 | 90 | 22 | 3F |
| Octal | 200 | 300 | 232 | 41 | 0 | 24 | 31 | 220 | 42 | 77 |
| Binary | 10000000 | 11000000 | 10011010 | 100001 | 0 | 10100 | 11001 | 10010000 | 100010 | 111111 |
Color Harmonies of #80C09A
Complementary color
Monochromatic Colors of #80C09A
Black with #80C09A
Text Example
Text Example
White with #80C09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C09A; }
p { color: rgb(128,192,154); }
H1.HeaderClassName
{
color: #80C09A;
}
.AnyTagClassName
{
color: #80C09A;
}
</style>
background-color css
<style>
a { background-color: #80C09A; }
a { background-color: rgb(128,192,154); }
div.DivClassName
{
background-color: #80C09A;
}
.BgClassName
{
background-color: #80C09A;
}
</style>
border-color css
<style>
span { border-color: #80C09A; }
span { border-color: rgb(128,192,154); }
td.TdClassName
{
border-color: #80C09A;
}
.TagClassName
{
border-color: #80C09A;
}
</style>