Shades of Padua #78B295
Tints of Padua #78B295
RGB
CMYK
RGB Variations
Color information
#78B295 (or 0x78B295) is known color: Padua. HEX triplet: 78, B2 and 95. RGB value is (120,178,149). Sum of RGB (Red+Green+Blue) = 120+178+149=447 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.85% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 178 - color contains mainly: green. Hex color #78B295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78B295 is #874D6A. Grayscale: #9D9D9D. Windows color (decimal): -8867179 or 9810552. OLE color: 9810552.
HSL color Cylindrical-coordinate representation of color #78B295: hue angle of 150º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78B295 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 120 | 178 | 149 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.30 |
| HSL | 150º | 0.27% | 0.58% | - |
| HSV(B) | 150º | 0.33% | 0.7% | - |
| XYZ | 29.09 | 38 | 34.24 | - |
| YUV | 157.35 | 123.28 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 178 | 149 | 0.33 | 0 | 0.16 | 0.30 | 150 | 0.27 | 0.58 |
| Hex | 78 | B2 | 95 | 21 | 0 | 10 | 1E | 96 | 1B | 3A |
| Octal | 170 | 262 | 225 | 41 | 0 | 20 | 36 | 226 | 33 | 72 |
| Binary | 1111000 | 10110010 | 10010101 | 100001 | 0 | 10000 | 11110 | 10010110 | 11011 | 111010 |
Color Harmonies of #78B295
Complementary color
Monochromatic Colors of #78B295
Black with #78B295
Text Example
Text Example
White with #78B295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B295; }
p { color: rgb(120,178,149); }
H1.HeaderClassName
{
color: #78B295;
}
.AnyTagClassName
{
color: #78B295;
}
</style>
background-color css
<style>
a { background-color: #78B295; }
a { background-color: rgb(120,178,149); }
div.DivClassName
{
background-color: #78B295;
}
.BgClassName
{
background-color: #78B295;
}
</style>
border-color css
<style>
span { border-color: #78B295; }
span { border-color: rgb(120,178,149); }
td.TdClassName
{
border-color: #78B295;
}
.TagClassName
{
border-color: #78B295;
}
</style>