Shades of Padua #78BDA0
Tints of Padua #78BDA0
RGB
CMYK
RGB Variations
Color information
#78BDA0 (or 0x78BDA0) is known color: Padua. HEX triplet: 78, BD and A0. RGB value is (120,189,160). Sum of RGB (Red+Green+Blue) = 120+189+160=469 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.59% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #78BDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BDA0 is #87425F. Grayscale: #A5A5A5. Windows color (decimal): -8864352 or 10534264. OLE color: 10534264.
HSL color Cylindrical-coordinate representation of color #78BDA0: hue angle of 154.78º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78BDA0 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 189 | 160 | - |
| CMYK | 0.37 | 0 | 0.15 | 0.26 |
| HSL | 154.78º | 0.34% | 0.61% | - |
| HSV(B) | 154.78º | 0.37% | 0.74% | - |
| XYZ | 32.29 | 42.93 | 39.84 | - |
| YUV | 165.06 | 125.14 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 189 | 160 | 0.37 | 0 | 0.15 | 0.26 | 154.78 | 0.34 | 0.61 |
| Hex | 78 | BD | A0 | 25 | 0 | F | 1A | 9B | 22 | 3D |
| Octal | 170 | 275 | 240 | 45 | 0 | 17 | 32 | 233 | 42 | 75 |
| Binary | 1111000 | 10111101 | 10100000 | 100101 | 0 | 1111 | 11010 | 10011011 | 100010 | 111101 |
Color Harmonies of #78BDA0
Complementary color
Monochromatic Colors of #78BDA0
Black with #78BDA0
Text Example
Text Example
White with #78BDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BDA0; }
p { color: rgb(120,189,160); }
H1.HeaderClassName
{
color: #78BDA0;
}
.AnyTagClassName
{
color: #78BDA0;
}
</style>
background-color css
<style>
a { background-color: #78BDA0; }
a { background-color: rgb(120,189,160); }
div.DivClassName
{
background-color: #78BDA0;
}
.BgClassName
{
background-color: #78BDA0;
}
</style>
border-color css
<style>
span { border-color: #78BDA0; }
span { border-color: rgb(120,189,160); }
td.TdClassName
{
border-color: #78BDA0;
}
.TagClassName
{
border-color: #78BDA0;
}
</style>