Shades of Padua #78BD9F
Tints of Padua #78BD9F
RGB
CMYK
RGB Variations
Color information
#78BD9F (or 0x78BD9F) is known color: Padua. HEX triplet: 78, BD and 9F. RGB value is (120,189,159). Sum of RGB (Red+Green+Blue) = 120+189+159=468 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.64% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 189 - color contains mainly: green. Hex color #78BD9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BD9F is #874260. Grayscale: #A5A5A5. Windows color (decimal): -8864353 or 10468728. OLE color: 10468728.
HSL color Cylindrical-coordinate representation of color #78BD9F: hue angle of 153.91º 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 #78BD9F is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 189 | 159 | - |
| CMYK | 0.37 | 0 | 0.16 | 0.26 |
| HSL | 153.91º | 0.34% | 0.61% | - |
| HSV(B) | 153.91º | 0.37% | 0.74% | - |
| XYZ | 32.2 | 42.89 | 39.38 | - |
| YUV | 164.95 | 124.64 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 189 | 159 | 0.37 | 0 | 0.16 | 0.26 | 153.91 | 0.34 | 0.61 |
| Hex | 78 | BD | 9F | 25 | 0 | 10 | 1A | 9A | 22 | 3D |
| Octal | 170 | 275 | 237 | 45 | 0 | 20 | 32 | 232 | 42 | 75 |
| Binary | 1111000 | 10111101 | 10011111 | 100101 | 0 | 10000 | 11010 | 10011010 | 100010 | 111101 |
Color Harmonies of #78BD9F
Complementary color
Monochromatic Colors of #78BD9F
Black with #78BD9F
Text Example
Text Example
White with #78BD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BD9F; }
p { color: rgb(120,189,159); }
H1.HeaderClassName
{
color: #78BD9F;
}
.AnyTagClassName
{
color: #78BD9F;
}
</style>
background-color css
<style>
a { background-color: #78BD9F; }
a { background-color: rgb(120,189,159); }
div.DivClassName
{
background-color: #78BD9F;
}
.BgClassName
{
background-color: #78BD9F;
}
</style>
border-color css
<style>
span { border-color: #78BD9F; }
span { border-color: rgb(120,189,159); }
td.TdClassName
{
border-color: #78BD9F;
}
.TagClassName
{
border-color: #78BD9F;
}
</style>