Shades of Padua #78C49C
Tints of Padua #78C49C
RGB
CMYK
RGB Variations
Color information
#78C49C (or 0x78C49C) is known color: Padua. HEX triplet: 78, C4 and 9C. RGB value is (120,196,156). Sum of RGB (Red+Green+Blue) = 120+196+156=472 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.42% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 196 - color contains mainly: green. Hex color #78C49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C49C is #873B63. Grayscale: #A8A8A8. Windows color (decimal): -8862564 or 10273912. OLE color: 10273912.
HSL color Cylindrical-coordinate representation of color #78C49C: hue angle of 148.42º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78C49C is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 120 | 196 | 156 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.23 |
| HSL | 148.42º | 0.39% | 0.62% | - |
| HSV(B) | 148.42º | 0.39% | 0.77% | - |
| XYZ | 33.49 | 45.87 | 38.54 | - |
| YUV | 168.72 | 120.82 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 196 | 156 | 0.39 | 0 | 0.20 | 0.23 | 148.42 | 0.39 | 0.62 |
| Hex | 78 | C4 | 9C | 27 | 0 | 14 | 17 | 94 | 27 | 3E |
| Octal | 170 | 304 | 234 | 47 | 0 | 24 | 27 | 224 | 47 | 76 |
| Binary | 1111000 | 11000100 | 10011100 | 100111 | 0 | 10100 | 10111 | 10010100 | 100111 | 111110 |
Color Harmonies of #78C49C
Complementary color
Monochromatic Colors of #78C49C
Black with #78C49C
Text Example
Text Example
White with #78C49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C49C; }
p { color: rgb(120,196,156); }
H1.HeaderClassName
{
color: #78C49C;
}
.AnyTagClassName
{
color: #78C49C;
}
</style>
background-color css
<style>
a { background-color: #78C49C; }
a { background-color: rgb(120,196,156); }
div.DivClassName
{
background-color: #78C49C;
}
.BgClassName
{
background-color: #78C49C;
}
</style>
border-color css
<style>
span { border-color: #78C49C; }
span { border-color: rgb(120,196,156); }
td.TdClassName
{
border-color: #78C49C;
}
.TagClassName
{
border-color: #78C49C;
}
</style>