Shades of Padua #80CA9C
Tints of Padua #80CA9C
RGB
CMYK
RGB Variations
Color information
#80CA9C (or 0x80CA9C) is known color: Padua. HEX triplet: 80, CA and 9C. RGB value is (128,202,156). Sum of RGB (Red+Green+Blue) = 128+202+156=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CA9C is #7F3563. Grayscale: #AEAEAE. Windows color (decimal): -8336740 or 10275456. OLE color: 10275456.
HSL color Cylindrical-coordinate representation of color #80CA9C: hue angle of 142.7º 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 #80CA9C is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 156 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.21 |
| HSL | 142.7º | 0.41% | 0.65% | - |
| HSV(B) | 142.7º | 0.37% | 0.79% | - |
| XYZ | 36.02 | 49.23 | 39.06 | - |
| YUV | 174.63 | 117.48 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 156 | 0.37 | 0 | 0.23 | 0.21 | 142.7 | 0.41 | 0.65 |
| Hex | 80 | CA | 9C | 25 | 0 | 17 | 15 | 8F | 29 | 41 |
| Octal | 200 | 312 | 234 | 45 | 0 | 27 | 25 | 217 | 51 | 101 |
| Binary | 10000000 | 11001010 | 10011100 | 100101 | 0 | 10111 | 10101 | 10001111 | 101001 | 1000001 |
Color Harmonies of #80CA9C
Complementary color
Monochromatic Colors of #80CA9C
Black with #80CA9C
Text Example
Text Example
White with #80CA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CA9C; }
p { color: rgb(128,202,156); }
H1.HeaderClassName
{
color: #80CA9C;
}
.AnyTagClassName
{
color: #80CA9C;
}
</style>
background-color css
<style>
a { background-color: #80CA9C; }
a { background-color: rgb(128,202,156); }
div.DivClassName
{
background-color: #80CA9C;
}
.BgClassName
{
background-color: #80CA9C;
}
</style>
border-color css
<style>
span { border-color: #80CA9C; }
span { border-color: rgb(128,202,156); }
td.TdClassName
{
border-color: #80CA9C;
}
.TagClassName
{
border-color: #80CA9C;
}
</style>