Shades of Padua #78C0A0
Tints of Padua #78C0A0
RGB
CMYK
RGB Variations
Color information
#78C0A0 (or 0x78C0A0) is known color: Padua. HEX triplet: 78, C0 and A0. RGB value is (120,192,160). Sum of RGB (Red+Green+Blue) = 120+192+160=472 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.42% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #78C0A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C0A0 is #873F5F. Grayscale: #A6A6A6. Windows color (decimal): -8863584 or 10535032. OLE color: 10535032.
HSL color Cylindrical-coordinate representation of color #78C0A0: hue angle of 153.33º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C0A0 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 192 | 160 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.25 |
| HSL | 153.33º | 0.36% | 0.61% | - |
| HSV(B) | 153.33º | 0.38% | 0.75% | - |
| XYZ | 32.94 | 44.23 | 40.06 | - |
| YUV | 166.82 | 124.15 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 160 | 0.38 | 0 | 0.17 | 0.25 | 153.33 | 0.36 | 0.61 |
| Hex | 78 | C0 | A0 | 26 | 0 | 11 | 19 | 99 | 24 | 3D |
| Octal | 170 | 300 | 240 | 46 | 0 | 21 | 31 | 231 | 44 | 75 |
| Binary | 1111000 | 11000000 | 10100000 | 100110 | 0 | 10001 | 11001 | 10011001 | 100100 | 111101 |
Color Harmonies of #78C0A0
Complementary color
Monochromatic Colors of #78C0A0
Black with #78C0A0
Text Example
Text Example
White with #78C0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C0A0; }
p { color: rgb(120,192,160); }
H1.HeaderClassName
{
color: #78C0A0;
}
.AnyTagClassName
{
color: #78C0A0;
}
</style>
background-color css
<style>
a { background-color: #78C0A0; }
a { background-color: rgb(120,192,160); }
div.DivClassName
{
background-color: #78C0A0;
}
.BgClassName
{
background-color: #78C0A0;
}
</style>
border-color css
<style>
span { border-color: #78C0A0; }
span { border-color: rgb(120,192,160); }
td.TdClassName
{
border-color: #78C0A0;
}
.TagClassName
{
border-color: #78C0A0;
}
</style>