Shades of Padua #80CB9B
Tints of Padua #80CB9B
RGB
CMYK
RGB Variations
Color information
#80CB9B (or 0x80CB9B) is known color: Padua. HEX triplet: 80, CB and 9B. RGB value is (128,203,155). Sum of RGB (Red+Green+Blue) = 128+203+155=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CB9B is #7F3464. Grayscale: #AFAFAF. Windows color (decimal): -8336485 or 10210176. OLE color: 10210176.
HSL color Cylindrical-coordinate representation of color #80CB9B: hue angle of 141.6º 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 #80CB9B is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 203 | 155 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.20 |
| HSL | 141.6º | 0.42% | 0.65% | - |
| HSV(B) | 141.6º | 0.37% | 0.8% | - |
| XYZ | 36.17 | 49.67 | 38.69 | - |
| YUV | 175.1 | 116.65 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 155 | 0.37 | 0 | 0.24 | 0.20 | 141.6 | 0.42 | 0.65 |
| Hex | 80 | CB | 9B | 25 | 0 | 18 | 14 | 8E | 2A | 41 |
| Octal | 200 | 313 | 233 | 45 | 0 | 30 | 24 | 216 | 52 | 101 |
| Binary | 10000000 | 11001011 | 10011011 | 100101 | 0 | 11000 | 10100 | 10001110 | 101010 | 1000001 |
Color Harmonies of #80CB9B
Complementary color
Monochromatic Colors of #80CB9B
Black with #80CB9B
Text Example
Text Example
White with #80CB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CB9B; }
p { color: rgb(128,203,155); }
H1.HeaderClassName
{
color: #80CB9B;
}
.AnyTagClassName
{
color: #80CB9B;
}
</style>
background-color css
<style>
a { background-color: #80CB9B; }
a { background-color: rgb(128,203,155); }
div.DivClassName
{
background-color: #80CB9B;
}
.BgClassName
{
background-color: #80CB9B;
}
</style>
border-color css
<style>
span { border-color: #80CB9B; }
span { border-color: rgb(128,203,155); }
td.TdClassName
{
border-color: #80CB9B;
}
.TagClassName
{
border-color: #80CB9B;
}
</style>