Shades of Padua #80CA9E
Tints of Padua #80CA9E
RGB
CMYK
RGB Variations
Color information
#80CA9E (or 0x80CA9E) is known color: Padua. HEX triplet: 80, CA and 9E. RGB value is (128,202,158). Sum of RGB (Red+Green+Blue) = 128+202+158=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CA9E is #7F3561. Grayscale: #AEAEAE. Windows color (decimal): -8336738 or 10406528. OLE color: 10406528.
HSL color Cylindrical-coordinate representation of color #80CA9E: hue angle of 144.32º 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 #80CA9E is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 158 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.21 |
| HSL | 144.32º | 0.41% | 0.65% | - |
| HSV(B) | 144.32º | 0.37% | 0.79% | - |
| XYZ | 36.19 | 49.3 | 39.96 | - |
| YUV | 174.86 | 118.48 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 158 | 0.37 | 0 | 0.22 | 0.21 | 144.32 | 0.41 | 0.65 |
| Hex | 80 | CA | 9E | 25 | 0 | 16 | 15 | 90 | 29 | 41 |
| Octal | 200 | 312 | 236 | 45 | 0 | 26 | 25 | 220 | 51 | 101 |
| Binary | 10000000 | 11001010 | 10011110 | 100101 | 0 | 10110 | 10101 | 10010000 | 101001 | 1000001 |
Color Harmonies of #80CA9E
Complementary color
Monochromatic Colors of #80CA9E
Black with #80CA9E
Text Example
Text Example
White with #80CA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CA9E; }
p { color: rgb(128,202,158); }
H1.HeaderClassName
{
color: #80CA9E;
}
.AnyTagClassName
{
color: #80CA9E;
}
</style>
background-color css
<style>
a { background-color: #80CA9E; }
a { background-color: rgb(128,202,158); }
div.DivClassName
{
background-color: #80CA9E;
}
.BgClassName
{
background-color: #80CA9E;
}
</style>
border-color css
<style>
span { border-color: #80CA9E; }
span { border-color: rgb(128,202,158); }
td.TdClassName
{
border-color: #80CA9E;
}
.TagClassName
{
border-color: #80CA9E;
}
</style>