Shades of Padua #80CA99
Tints of Padua #80CA99
RGB
CMYK
RGB Variations
Color information
#80CA99 (or 0x80CA99) is known color: Padua. HEX triplet: 80, CA and 99. RGB value is (128,202,153). Sum of RGB (Red+Green+Blue) = 128+202+153=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CA99 is #7F3566. Grayscale: #AEAEAE. Windows color (decimal): -8336743 or 10078848. OLE color: 10078848.
HSL color Cylindrical-coordinate representation of color #80CA99: hue angle of 140.27º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CA99 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 153 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.21 |
| HSL | 140.27º | 0.41% | 0.65% | - |
| HSV(B) | 140.27º | 0.37% | 0.79% | - |
| XYZ | 35.77 | 49.13 | 37.73 | - |
| YUV | 174.29 | 115.98 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 153 | 0.37 | 0 | 0.24 | 0.21 | 140.27 | 0.41 | 0.65 |
| Hex | 80 | CA | 99 | 25 | 0 | 18 | 15 | 8C | 29 | 41 |
| Octal | 200 | 312 | 231 | 45 | 0 | 30 | 25 | 214 | 51 | 101 |
| Binary | 10000000 | 11001010 | 10011001 | 100101 | 0 | 11000 | 10101 | 10001100 | 101001 | 1000001 |
Color Harmonies of #80CA99
Complementary color
Monochromatic Colors of #80CA99
Black with #80CA99
Text Example
Text Example
White with #80CA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CA99; }
p { color: rgb(128,202,153); }
H1.HeaderClassName
{
color: #80CA99;
}
.AnyTagClassName
{
color: #80CA99;
}
</style>
background-color css
<style>
a { background-color: #80CA99; }
a { background-color: rgb(128,202,153); }
div.DivClassName
{
background-color: #80CA99;
}
.BgClassName
{
background-color: #80CA99;
}
</style>
border-color css
<style>
span { border-color: #80CA99; }
span { border-color: rgb(128,202,153); }
td.TdClassName
{
border-color: #80CA99;
}
.TagClassName
{
border-color: #80CA99;
}
</style>