Shades of Padua #80C89F
Tints of Padua #80C89F
RGB
CMYK
RGB Variations
Color information
#80C89F (or 0x80C89F) is known color: Padua. HEX triplet: 80, C8 and 9F. RGB value is (128,200,159). Sum of RGB (Red+Green+Blue) = 128+200+159=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 200 - color contains mainly: green. Hex color #80C89F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C89F is #7F3760. Grayscale: #ADADAD. Windows color (decimal): -8337249 or 10471552. OLE color: 10471552.
HSL color Cylindrical-coordinate representation of color #80C89F: hue angle of 145.83º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80C89F is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 200 | 159 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.22 |
| HSL | 145.83º | 0.4% | 0.64% | - |
| HSV(B) | 145.83º | 0.36% | 0.78% | - |
| XYZ | 35.81 | 48.4 | 40.26 | - |
| YUV | 173.8 | 119.65 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 200 | 159 | 0.36 | 0 | 0.20 | 0.22 | 145.83 | 0.4 | 0.64 |
| Hex | 80 | C8 | 9F | 24 | 0 | 14 | 16 | 92 | 28 | 40 |
| Octal | 200 | 310 | 237 | 44 | 0 | 24 | 26 | 222 | 50 | 100 |
| Binary | 10000000 | 11001000 | 10011111 | 100100 | 0 | 10100 | 10110 | 10010010 | 101000 | 1000000 |
Color Harmonies of #80C89F
Complementary color
Monochromatic Colors of #80C89F
Black with #80C89F
Text Example
Text Example
White with #80C89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C89F; }
p { color: rgb(128,200,159); }
H1.HeaderClassName
{
color: #80C89F;
}
.AnyTagClassName
{
color: #80C89F;
}
</style>
background-color css
<style>
a { background-color: #80C89F; }
a { background-color: rgb(128,200,159); }
div.DivClassName
{
background-color: #80C89F;
}
.BgClassName
{
background-color: #80C89F;
}
</style>
border-color css
<style>
span { border-color: #80C89F; }
span { border-color: rgb(128,200,159); }
td.TdClassName
{
border-color: #80C89F;
}
.TagClassName
{
border-color: #80C89F;
}
</style>