Shades of Padua #78BA96
Tints of Padua #78BA96
RGB
CMYK
RGB Variations
Color information
#78BA96 (or 0x78BA96) is known color: Padua. HEX triplet: 78, BA and 96. RGB value is (120,186,150). Sum of RGB (Red+Green+Blue) = 120+186+150=456 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.32% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 186 - color contains mainly: green. Hex color #78BA96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BA96 is #874569. Grayscale: #A2A2A2. Windows color (decimal): -8865130 or 9878136. OLE color: 9878136.
HSL color Cylindrical-coordinate representation of color #78BA96: hue angle of 147.27º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78BA96 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 186 | 150 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.27 |
| HSL | 147.27º | 0.32% | 0.6% | - |
| HSV(B) | 147.27º | 0.35% | 0.73% | - |
| XYZ | 30.81 | 41.31 | 35.2 | - |
| YUV | 162.16 | 121.13 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 186 | 150 | 0.35 | 0 | 0.19 | 0.27 | 147.27 | 0.32 | 0.6 |
| Hex | 78 | BA | 96 | 23 | 0 | 13 | 1B | 93 | 20 | 3C |
| Octal | 170 | 272 | 226 | 43 | 0 | 23 | 33 | 223 | 40 | 74 |
| Binary | 1111000 | 10111010 | 10010110 | 100011 | 0 | 10011 | 11011 | 10010011 | 100000 | 111100 |
Color Harmonies of #78BA96
Complementary color
Monochromatic Colors of #78BA96
Black with #78BA96
Text Example
Text Example
White with #78BA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BA96; }
p { color: rgb(120,186,150); }
H1.HeaderClassName
{
color: #78BA96;
}
.AnyTagClassName
{
color: #78BA96;
}
</style>
background-color css
<style>
a { background-color: #78BA96; }
a { background-color: rgb(120,186,150); }
div.DivClassName
{
background-color: #78BA96;
}
.BgClassName
{
background-color: #78BA96;
}
</style>
border-color css
<style>
span { border-color: #78BA96; }
span { border-color: rgb(120,186,150); }
td.TdClassName
{
border-color: #78BA96;
}
.TagClassName
{
border-color: #78BA96;
}
</style>