Shades of Padua #80CA9F
Tints of Padua #80CA9F
RGB
CMYK
RGB Variations
Color information
#80CA9F (or 0x80CA9F) is known color: Padua. HEX triplet: 80, CA and 9F. RGB value is (128,202,159). Sum of RGB (Red+Green+Blue) = 128+202+159=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CA9F is #7F3560. Grayscale: #AFAFAF. Windows color (decimal): -8336737 or 10472064. OLE color: 10472064.
HSL color Cylindrical-coordinate representation of color #80CA9F: hue angle of 145.14º 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 #80CA9F is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 159 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.21 |
| HSL | 145.14º | 0.41% | 0.65% | - |
| HSV(B) | 145.14º | 0.37% | 0.79% | - |
| XYZ | 36.28 | 49.33 | 40.41 | - |
| YUV | 174.97 | 118.98 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 159 | 0.37 | 0 | 0.21 | 0.21 | 145.14 | 0.41 | 0.65 |
| Hex | 80 | CA | 9F | 25 | 0 | 15 | 15 | 91 | 29 | 41 |
| Octal | 200 | 312 | 237 | 45 | 0 | 25 | 25 | 221 | 51 | 101 |
| Binary | 10000000 | 11001010 | 10011111 | 100101 | 0 | 10101 | 10101 | 10010001 | 101001 | 1000001 |
Color Harmonies of #80CA9F
Complementary color
Monochromatic Colors of #80CA9F
Black with #80CA9F
Text Example
Text Example
White with #80CA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CA9F; }
p { color: rgb(128,202,159); }
H1.HeaderClassName
{
color: #80CA9F;
}
.AnyTagClassName
{
color: #80CA9F;
}
</style>
background-color css
<style>
a { background-color: #80CA9F; }
a { background-color: rgb(128,202,159); }
div.DivClassName
{
background-color: #80CA9F;
}
.BgClassName
{
background-color: #80CA9F;
}
</style>
border-color css
<style>
span { border-color: #80CA9F; }
span { border-color: rgb(128,202,159); }
td.TdClassName
{
border-color: #80CA9F;
}
.TagClassName
{
border-color: #80CA9F;
}
</style>