Shades of Padua #78BC9C
Tints of Padua #78BC9C
RGB
CMYK
RGB Variations
Color information
#78BC9C (or 0x78BC9C) is known color: Padua. HEX triplet: 78, BC and 9C. RGB value is (120,188,156). Sum of RGB (Red+Green+Blue) = 120+188+156=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 188 - color contains mainly: green. Hex color #78BC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BC9C is #874363. Grayscale: #A4A4A4. Windows color (decimal): -8864612 or 10271864. OLE color: 10271864.
HSL color Cylindrical-coordinate representation of color #78BC9C: hue angle of 151.76º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78BC9C is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 188 | 156 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.26 |
| HSL | 151.76º | 0.34% | 0.6% | - |
| HSV(B) | 151.76º | 0.36% | 0.74% | - |
| XYZ | 31.73 | 42.36 | 37.96 | - |
| YUV | 164.02 | 123.47 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 188 | 156 | 0.36 | 0 | 0.17 | 0.26 | 151.76 | 0.34 | 0.6 |
| Hex | 78 | BC | 9C | 24 | 0 | 11 | 1A | 98 | 22 | 3C |
| Octal | 170 | 274 | 234 | 44 | 0 | 21 | 32 | 230 | 42 | 74 |
| Binary | 1111000 | 10111100 | 10011100 | 100100 | 0 | 10001 | 11010 | 10011000 | 100010 | 111100 |
Color Harmonies of #78BC9C
Complementary color
Monochromatic Colors of #78BC9C
Black with #78BC9C
Text Example
Text Example
White with #78BC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BC9C; }
p { color: rgb(120,188,156); }
H1.HeaderClassName
{
color: #78BC9C;
}
.AnyTagClassName
{
color: #78BC9C;
}
</style>
background-color css
<style>
a { background-color: #78BC9C; }
a { background-color: rgb(120,188,156); }
div.DivClassName
{
background-color: #78BC9C;
}
.BgClassName
{
background-color: #78BC9C;
}
</style>
border-color css
<style>
span { border-color: #78BC9C; }
span { border-color: rgb(120,188,156); }
td.TdClassName
{
border-color: #78BC9C;
}
.TagClassName
{
border-color: #78BC9C;
}
</style>