Shades of Padua #78C09C
Tints of Padua #78C09C
RGB
CMYK
RGB Variations
Color information
#78C09C (or 0x78C09C) is known color: Padua. HEX triplet: 78, C0 and 9C. RGB value is (120,192,156). Sum of RGB (Red+Green+Blue) = 120+192+156=468 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.64% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #78C09C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C09C is #873F63. Grayscale: #A6A6A6. Windows color (decimal): -8863588 or 10272888. OLE color: 10272888.
HSL color Cylindrical-coordinate representation of color #78C09C: hue angle of 150º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C09C is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 192 | 156 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.25 |
| HSL | 150º | 0.36% | 0.61% | - |
| HSV(B) | 150º | 0.38% | 0.75% | - |
| XYZ | 32.6 | 44.09 | 38.25 | - |
| YUV | 166.37 | 122.15 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 156 | 0.38 | 0 | 0.19 | 0.25 | 150 | 0.36 | 0.61 |
| Hex | 78 | C0 | 9C | 26 | 0 | 13 | 19 | 96 | 24 | 3D |
| Octal | 170 | 300 | 234 | 46 | 0 | 23 | 31 | 226 | 44 | 75 |
| Binary | 1111000 | 11000000 | 10011100 | 100110 | 0 | 10011 | 11001 | 10010110 | 100100 | 111101 |
Color Harmonies of #78C09C
Complementary color
Monochromatic Colors of #78C09C
Black with #78C09C
Text Example
Text Example
White with #78C09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C09C; }
p { color: rgb(120,192,156); }
H1.HeaderClassName
{
color: #78C09C;
}
.AnyTagClassName
{
color: #78C09C;
}
</style>
background-color css
<style>
a { background-color: #78C09C; }
a { background-color: rgb(120,192,156); }
div.DivClassName
{
background-color: #78C09C;
}
.BgClassName
{
background-color: #78C09C;
}
</style>
border-color css
<style>
span { border-color: #78C09C; }
span { border-color: rgb(120,192,156); }
td.TdClassName
{
border-color: #78C09C;
}
.TagClassName
{
border-color: #78C09C;
}
</style>