Shades of Padua #78C099
Tints of Padua #78C099
RGB
CMYK
RGB Variations
Color information
#78C099 (or 0x78C099) is known color: Padua. HEX triplet: 78, C0 and 99. RGB value is (120,192,153). Sum of RGB (Red+Green+Blue) = 120+192+153=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 153 (60.16% from 255 or 32.90% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #78C099 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C099 is #873F66. Grayscale: #A6A6A6. Windows color (decimal): -8863591 or 10076280. OLE color: 10076280.
HSL color Cylindrical-coordinate representation of color #78C099: hue angle of 147.5º 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 #78C099 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 192 | 153 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.25 |
| HSL | 147.5º | 0.36% | 0.61% | - |
| HSV(B) | 147.5º | 0.38% | 0.75% | - |
| XYZ | 32.35 | 43.99 | 36.92 | - |
| YUV | 166.03 | 120.65 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 153 | 0.38 | 0 | 0.20 | 0.25 | 147.5 | 0.36 | 0.61 |
| Hex | 78 | C0 | 99 | 26 | 0 | 14 | 19 | 94 | 24 | 3D |
| Octal | 170 | 300 | 231 | 46 | 0 | 24 | 31 | 224 | 44 | 75 |
| Binary | 1111000 | 11000000 | 10011001 | 100110 | 0 | 10100 | 11001 | 10010100 | 100100 | 111101 |
Color Harmonies of #78C099
Complementary color
Monochromatic Colors of #78C099
Black with #78C099
Text Example
Text Example
White with #78C099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C099; }
p { color: rgb(120,192,153); }
H1.HeaderClassName
{
color: #78C099;
}
.AnyTagClassName
{
color: #78C099;
}
</style>
background-color css
<style>
a { background-color: #78C099; }
a { background-color: rgb(120,192,153); }
div.DivClassName
{
background-color: #78C099;
}
.BgClassName
{
background-color: #78C099;
}
</style>
border-color css
<style>
span { border-color: #78C099; }
span { border-color: rgb(120,192,153); }
td.TdClassName
{
border-color: #78C099;
}
.TagClassName
{
border-color: #78C099;
}
</style>