Shades of Padua #78C2A0
Tints of Padua #78C2A0
RGB
CMYK
RGB Variations
Color information
#78C2A0 (or 0x78C2A0) is known color: Padua. HEX triplet: 78, C2 and A0. RGB value is (120,194,160). Sum of RGB (Red+Green+Blue) = 120+194+160=474 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.32% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 194 - color contains mainly: green. Hex color #78C2A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C2A0 is #873D5F. Grayscale: #A8A8A8. Windows color (decimal): -8863072 or 10535544. OLE color: 10535544.
HSL color Cylindrical-coordinate representation of color #78C2A0: hue angle of 152.43º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C2A0 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 194 | 160 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.24 |
| HSL | 152.43º | 0.38% | 0.62% | - |
| HSV(B) | 152.43º | 0.38% | 0.76% | - |
| XYZ | 33.38 | 45.11 | 40.21 | - |
| YUV | 168 | 123.48 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 194 | 160 | 0.38 | 0 | 0.18 | 0.24 | 152.43 | 0.38 | 0.62 |
| Hex | 78 | C2 | A0 | 26 | 0 | 12 | 18 | 98 | 26 | 3E |
| Octal | 170 | 302 | 240 | 46 | 0 | 22 | 30 | 230 | 46 | 76 |
| Binary | 1111000 | 11000010 | 10100000 | 100110 | 0 | 10010 | 11000 | 10011000 | 100110 | 111110 |
Color Harmonies of #78C2A0
Complementary color
Monochromatic Colors of #78C2A0
Black with #78C2A0
Text Example
Text Example
White with #78C2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C2A0; }
p { color: rgb(120,194,160); }
H1.HeaderClassName
{
color: #78C2A0;
}
.AnyTagClassName
{
color: #78C2A0;
}
</style>
background-color css
<style>
a { background-color: #78C2A0; }
a { background-color: rgb(120,194,160); }
div.DivClassName
{
background-color: #78C2A0;
}
.BgClassName
{
background-color: #78C2A0;
}
</style>
border-color css
<style>
span { border-color: #78C2A0; }
span { border-color: rgb(120,194,160); }
td.TdClassName
{
border-color: #78C2A0;
}
.TagClassName
{
border-color: #78C2A0;
}
</style>