Shades of Padua #80C99A
Tints of Padua #80C99A
RGB
CMYK
RGB Variations
Color information
#80C99A (or 0x80C99A) is known color: Padua. HEX triplet: 80, C9 and 9A. RGB value is (128,201,154). Sum of RGB (Red+Green+Blue) = 128+201+154=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #80C99A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C99A is #7F3665. Grayscale: #ADADAD. Windows color (decimal): -8336998 or 10144128. OLE color: 10144128.
HSL color Cylindrical-coordinate representation of color #80C99A: hue angle of 141.37º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80C99A is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 201 | 154 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.21 |
| HSL | 141.37º | 0.4% | 0.65% | - |
| HSV(B) | 141.37º | 0.36% | 0.79% | - |
| XYZ | 35.62 | 48.7 | 38.09 | - |
| YUV | 173.82 | 116.82 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 201 | 154 | 0.36 | 0 | 0.23 | 0.21 | 141.37 | 0.4 | 0.65 |
| Hex | 80 | C9 | 9A | 24 | 0 | 17 | 15 | 8D | 28 | 41 |
| Octal | 200 | 311 | 232 | 44 | 0 | 27 | 25 | 215 | 50 | 101 |
| Binary | 10000000 | 11001001 | 10011010 | 100100 | 0 | 10111 | 10101 | 10001101 | 101000 | 1000001 |
Color Harmonies of #80C99A
Complementary color
Monochromatic Colors of #80C99A
Black with #80C99A
Text Example
Text Example
White with #80C99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C99A; }
p { color: rgb(128,201,154); }
H1.HeaderClassName
{
color: #80C99A;
}
.AnyTagClassName
{
color: #80C99A;
}
</style>
background-color css
<style>
a { background-color: #80C99A; }
a { background-color: rgb(128,201,154); }
div.DivClassName
{
background-color: #80C99A;
}
.BgClassName
{
background-color: #80C99A;
}
</style>
border-color css
<style>
span { border-color: #80C99A; }
span { border-color: rgb(128,201,154); }
td.TdClassName
{
border-color: #80C99A;
}
.TagClassName
{
border-color: #80C99A;
}
</style>