Shades of Padua #78C192
Tints of Padua #78C192
RGB
CMYK
RGB Variations
Color information
#78C192 (or 0x78C192) is known color: Padua. HEX triplet: 78, C1 and 92. RGB value is (120,193,146). Sum of RGB (Red+Green+Blue) = 120+193+146=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 193 - color contains mainly: green. Hex color #78C192 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C192 is #873E6D. Grayscale: #A5A5A5. Windows color (decimal): -8863342 or 9617784. OLE color: 9617784.
HSL color Cylindrical-coordinate representation of color #78C192: hue angle of 141.37º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C192 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 193 | 146 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.24 |
| HSL | 141.37º | 0.37% | 0.61% | - |
| HSV(B) | 141.37º | 0.38% | 0.76% | - |
| XYZ | 32 | 44.21 | 34.04 | - |
| YUV | 165.82 | 116.82 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 193 | 146 | 0.38 | 0 | 0.24 | 0.24 | 141.37 | 0.37 | 0.61 |
| Hex | 78 | C1 | 92 | 26 | 0 | 18 | 18 | 8D | 25 | 3D |
| Octal | 170 | 301 | 222 | 46 | 0 | 30 | 30 | 215 | 45 | 75 |
| Binary | 1111000 | 11000001 | 10010010 | 100110 | 0 | 11000 | 11000 | 10001101 | 100101 | 111101 |
Color Harmonies of #78C192
Complementary color
Monochromatic Colors of #78C192
Black with #78C192
Text Example
Text Example
White with #78C192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C192; }
p { color: rgb(120,193,146); }
H1.HeaderClassName
{
color: #78C192;
}
.AnyTagClassName
{
color: #78C192;
}
</style>
background-color css
<style>
a { background-color: #78C192; }
a { background-color: rgb(120,193,146); }
div.DivClassName
{
background-color: #78C192;
}
.BgClassName
{
background-color: #78C192;
}
</style>
border-color css
<style>
span { border-color: #78C192; }
span { border-color: rgb(120,193,146); }
td.TdClassName
{
border-color: #78C192;
}
.TagClassName
{
border-color: #78C192;
}
</style>