Shades of Padua #80CA97
Tints of Padua #80CA97
RGB
CMYK
RGB Variations
Color information
#80CA97 (or 0x80CA97) is known color: Padua. HEX triplet: 80, CA and 97. RGB value is (128,202,151). Sum of RGB (Red+Green+Blue) = 128+202+151=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 151 (59.38% from 255 or 31.39% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CA97 is #7F3568. Grayscale: #AEAEAE. Windows color (decimal): -8336745 or 9947776. OLE color: 9947776.
HSL color Cylindrical-coordinate representation of color #80CA97: hue angle of 138.65º 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 #80CA97 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 151 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.21 |
| HSL | 138.65º | 0.41% | 0.65% | - |
| HSV(B) | 138.65º | 0.37% | 0.79% | - |
| XYZ | 35.61 | 49.06 | 36.87 | - |
| YUV | 174.06 | 114.98 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 151 | 0.37 | 0 | 0.25 | 0.21 | 138.65 | 0.41 | 0.65 |
| Hex | 80 | CA | 97 | 25 | 0 | 19 | 15 | 8B | 29 | 41 |
| Octal | 200 | 312 | 227 | 45 | 0 | 31 | 25 | 213 | 51 | 101 |
| Binary | 10000000 | 11001010 | 10010111 | 100101 | 0 | 11001 | 10101 | 10001011 | 101001 | 1000001 |
Color Harmonies of #80CA97
Complementary color
Monochromatic Colors of #80CA97
Black with #80CA97
Text Example
Text Example
White with #80CA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CA97; }
p { color: rgb(128,202,151); }
H1.HeaderClassName
{
color: #80CA97;
}
.AnyTagClassName
{
color: #80CA97;
}
</style>
background-color css
<style>
a { background-color: #80CA97; }
a { background-color: rgb(128,202,151); }
div.DivClassName
{
background-color: #80CA97;
}
.BgClassName
{
background-color: #80CA97;
}
</style>
border-color css
<style>
span { border-color: #80CA97; }
span { border-color: rgb(128,202,151); }
td.TdClassName
{
border-color: #80CA97;
}
.TagClassName
{
border-color: #80CA97;
}
</style>