Shades of Padua #78BB9E
Tints of Padua #78BB9E
RGB
CMYK
RGB Variations
Color information
#78BB9E (or 0x78BB9E) is known color: Padua. HEX triplet: 78, BB and 9E. RGB value is (120,187,158). Sum of RGB (Red+Green+Blue) = 120+187+158=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 187 - color contains mainly: green. Hex color #78BB9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BB9E is #874461. Grayscale: #A3A3A3. Windows color (decimal): -8864866 or 10402680. OLE color: 10402680.
HSL color Cylindrical-coordinate representation of color #78BB9E: hue angle of 154.03º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78BB9E is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 187 | 158 | - |
| CMYK | 0.36 | 0 | 0.16 | 0.27 |
| HSL | 154.03º | 0.33% | 0.6% | - |
| HSV(B) | 154.03º | 0.36% | 0.73% | - |
| XYZ | 31.69 | 42 | 38.78 | - |
| YUV | 163.66 | 124.8 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 187 | 158 | 0.36 | 0 | 0.16 | 0.27 | 154.03 | 0.33 | 0.6 |
| Hex | 78 | BB | 9E | 24 | 0 | 10 | 1B | 9A | 21 | 3C |
| Octal | 170 | 273 | 236 | 44 | 0 | 20 | 33 | 232 | 41 | 74 |
| Binary | 1111000 | 10111011 | 10011110 | 100100 | 0 | 10000 | 11011 | 10011010 | 100001 | 111100 |
Color Harmonies of #78BB9E
Complementary color
Monochromatic Colors of #78BB9E
Black with #78BB9E
Text Example
Text Example
White with #78BB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BB9E; }
p { color: rgb(120,187,158); }
H1.HeaderClassName
{
color: #78BB9E;
}
.AnyTagClassName
{
color: #78BB9E;
}
</style>
background-color css
<style>
a { background-color: #78BB9E; }
a { background-color: rgb(120,187,158); }
div.DivClassName
{
background-color: #78BB9E;
}
.BgClassName
{
background-color: #78BB9E;
}
</style>
border-color css
<style>
span { border-color: #78BB9E; }
span { border-color: rgb(120,187,158); }
td.TdClassName
{
border-color: #78BB9E;
}
.TagClassName
{
border-color: #78BB9E;
}
</style>