Shades of Padua #78B895
Tints of Padua #78B895
RGB
CMYK
RGB Variations
Color information
#78B895 (or 0x78B895) is known color: Padua. HEX triplet: 78, B8 and 95. RGB value is (120,184,149). Sum of RGB (Red+Green+Blue) = 120+184+149=453 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.49% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 184 - color contains mainly: green. Hex color #78B895 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B895 is #87476A. Grayscale: #A0A0A0. Windows color (decimal): -8865643 or 9812088. OLE color: 9812088.
HSL color Cylindrical-coordinate representation of color #78B895: hue angle of 147.19º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78B895 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 184 | 149 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.28 |
| HSL | 147.19º | 0.31% | 0.6% | - |
| HSV(B) | 147.19º | 0.35% | 0.72% | - |
| XYZ | 30.31 | 40.44 | 34.64 | - |
| YUV | 160.87 | 121.3 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 184 | 149 | 0.35 | 0 | 0.19 | 0.28 | 147.19 | 0.31 | 0.6 |
| Hex | 78 | B8 | 95 | 23 | 0 | 13 | 1C | 93 | 1F | 3C |
| Octal | 170 | 270 | 225 | 43 | 0 | 23 | 34 | 223 | 37 | 74 |
| Binary | 1111000 | 10111000 | 10010101 | 100011 | 0 | 10011 | 11100 | 10010011 | 11111 | 111100 |
Color Harmonies of #78B895
Complementary color
Monochromatic Colors of #78B895
Black with #78B895
Text Example
Text Example
White with #78B895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B895; }
p { color: rgb(120,184,149); }
H1.HeaderClassName
{
color: #78B895;
}
.AnyTagClassName
{
color: #78B895;
}
</style>
background-color css
<style>
a { background-color: #78B895; }
a { background-color: rgb(120,184,149); }
div.DivClassName
{
background-color: #78B895;
}
.BgClassName
{
background-color: #78B895;
}
</style>
border-color css
<style>
span { border-color: #78B895; }
span { border-color: rgb(120,184,149); }
td.TdClassName
{
border-color: #78B895;
}
.TagClassName
{
border-color: #78B895;
}
</style>