Shades of Padua #78AD8F
Tints of Padua #78AD8F
RGB
CMYK
RGB Variations
Color information
#78AD8F (or 0x78AD8F) is known color: Padua. HEX triplet: 78, AD and 8F. RGB value is (120,173,143). Sum of RGB (Red+Green+Blue) = 120+173+143=436 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.52% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 173 - color contains mainly: green. Hex color #78AD8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AD8F is #875270. Grayscale: #999999. Windows color (decimal): -8868465 or 9416056. OLE color: 9416056.
HSL color Cylindrical-coordinate representation of color #78AD8F: hue angle of 146.04º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78AD8F is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 173 | 143 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.32 |
| HSL | 146.04º | 0.24% | 0.57% | - |
| HSV(B) | 146.04º | 0.31% | 0.68% | - |
| XYZ | 27.65 | 35.86 | 31.45 | - |
| YUV | 153.73 | 121.94 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 173 | 143 | 0.31 | 0 | 0.17 | 0.32 | 146.04 | 0.24 | 0.57 |
| Hex | 78 | AD | 8F | 1F | 0 | 11 | 20 | 92 | 18 | 39 |
| Octal | 170 | 255 | 217 | 37 | 0 | 21 | 40 | 222 | 30 | 71 |
| Binary | 1111000 | 10101101 | 10001111 | 11111 | 0 | 10001 | 100000 | 10010010 | 11000 | 111001 |
Color Harmonies of #78AD8F
Complementary color
Monochromatic Colors of #78AD8F
Black with #78AD8F
Text Example
Text Example
White with #78AD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AD8F; }
p { color: rgb(120,173,143); }
H1.HeaderClassName
{
color: #78AD8F;
}
.AnyTagClassName
{
color: #78AD8F;
}
</style>
background-color css
<style>
a { background-color: #78AD8F; }
a { background-color: rgb(120,173,143); }
div.DivClassName
{
background-color: #78AD8F;
}
.BgClassName
{
background-color: #78AD8F;
}
</style>
border-color css
<style>
span { border-color: #78AD8F; }
span { border-color: rgb(120,173,143); }
td.TdClassName
{
border-color: #78AD8F;
}
.TagClassName
{
border-color: #78AD8F;
}
</style>