Shades of Padua #80CB9D
Tints of Padua #80CB9D
RGB
CMYK
RGB Variations
Color information
#80CB9D (or 0x80CB9D) is known color: Padua. HEX triplet: 80, CB and 9D. RGB value is (128,203,157). Sum of RGB (Red+Green+Blue) = 128+203+157=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CB9D is #7F3462. Grayscale: #AFAFAF. Windows color (decimal): -8336483 or 10341248. OLE color: 10341248.
HSL color Cylindrical-coordinate representation of color #80CB9D: hue angle of 143.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CB9D is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 203 | 157 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.20 |
| HSL | 143.2º | 0.42% | 0.65% | - |
| HSV(B) | 143.2º | 0.37% | 0.8% | - |
| XYZ | 36.34 | 49.74 | 39.58 | - |
| YUV | 175.33 | 117.65 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 157 | 0.37 | 0 | 0.23 | 0.20 | 143.2 | 0.42 | 0.65 |
| Hex | 80 | CB | 9D | 25 | 0 | 17 | 14 | 8F | 2A | 41 |
| Octal | 200 | 313 | 235 | 45 | 0 | 27 | 24 | 217 | 52 | 101 |
| Binary | 10000000 | 11001011 | 10011101 | 100101 | 0 | 10111 | 10100 | 10001111 | 101010 | 1000001 |
Color Harmonies of #80CB9D
Complementary color
Monochromatic Colors of #80CB9D
Black with #80CB9D
Text Example
Text Example
White with #80CB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CB9D; }
p { color: rgb(128,203,157); }
H1.HeaderClassName
{
color: #80CB9D;
}
.AnyTagClassName
{
color: #80CB9D;
}
</style>
background-color css
<style>
a { background-color: #80CB9D; }
a { background-color: rgb(128,203,157); }
div.DivClassName
{
background-color: #80CB9D;
}
.BgClassName
{
background-color: #80CB9D;
}
</style>
border-color css
<style>
span { border-color: #80CB9D; }
span { border-color: rgb(128,203,157); }
td.TdClassName
{
border-color: #80CB9D;
}
.TagClassName
{
border-color: #80CB9D;
}
</style>