Shades of Padua #78BD9C
Tints of Padua #78BD9C
RGB
CMYK
RGB Variations
Color information
#78BD9C (or 0x78BD9C) is known color: Padua. HEX triplet: 78, BD and 9C. RGB value is (120,189,156). Sum of RGB (Red+Green+Blue) = 120+189+156=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 189 - color contains mainly: green. Hex color #78BD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BD9C is #874263. Grayscale: #A4A4A4. Windows color (decimal): -8864356 or 10272120. OLE color: 10272120.
HSL color Cylindrical-coordinate representation of color #78BD9C: hue angle of 151.3º 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 #78BD9C is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 189 | 156 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.26 |
| HSL | 151.3º | 0.34% | 0.61% | - |
| HSV(B) | 151.3º | 0.37% | 0.74% | - |
| XYZ | 31.94 | 42.79 | 38.03 | - |
| YUV | 164.61 | 123.14 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 189 | 156 | 0.37 | 0 | 0.17 | 0.26 | 151.3 | 0.34 | 0.61 |
| Hex | 78 | BD | 9C | 25 | 0 | 11 | 1A | 97 | 22 | 3D |
| Octal | 170 | 275 | 234 | 45 | 0 | 21 | 32 | 227 | 42 | 75 |
| Binary | 1111000 | 10111101 | 10011100 | 100101 | 0 | 10001 | 11010 | 10010111 | 100010 | 111101 |
Color Harmonies of #78BD9C
Complementary color
Monochromatic Colors of #78BD9C
Black with #78BD9C
Text Example
Text Example
White with #78BD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BD9C; }
p { color: rgb(120,189,156); }
H1.HeaderClassName
{
color: #78BD9C;
}
.AnyTagClassName
{
color: #78BD9C;
}
</style>
background-color css
<style>
a { background-color: #78BD9C; }
a { background-color: rgb(120,189,156); }
div.DivClassName
{
background-color: #78BD9C;
}
.BgClassName
{
background-color: #78BD9C;
}
</style>
border-color css
<style>
span { border-color: #78BD9C; }
span { border-color: rgb(120,189,156); }
td.TdClassName
{
border-color: #78BD9C;
}
.TagClassName
{
border-color: #78BD9C;
}
</style>