Shades of Padua #78BC91
Tints of Padua #78BC91
RGB
CMYK
RGB Variations
Color information
#78BC91 (or 0x78BC91) is known color: Padua. HEX triplet: 78, BC and 91. RGB value is (120,188,145). Sum of RGB (Red+Green+Blue) = 120+188+145=453 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.49% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 145 (57.03% from 255 or 32.01% from 453); Max value from RGB is 188 - color contains mainly: green. Hex color #78BC91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BC91 is #87436E. Grayscale: #A2A2A2. Windows color (decimal): -8864623 or 9550968. OLE color: 9550968.
HSL color Cylindrical-coordinate representation of color #78BC91: hue angle of 142.06º 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 #78BC91 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 188 | 145 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.26 |
| HSL | 142.06º | 0.34% | 0.6% | - |
| HSV(B) | 142.06º | 0.36% | 0.74% | - |
| XYZ | 30.84 | 42 | 33.27 | - |
| YUV | 162.77 | 117.97 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 188 | 145 | 0.36 | 0 | 0.23 | 0.26 | 142.06 | 0.34 | 0.6 |
| Hex | 78 | BC | 91 | 24 | 0 | 17 | 1A | 8E | 22 | 3C |
| Octal | 170 | 274 | 221 | 44 | 0 | 27 | 32 | 216 | 42 | 74 |
| Binary | 1111000 | 10111100 | 10010001 | 100100 | 0 | 10111 | 11010 | 10001110 | 100010 | 111100 |
Color Harmonies of #78BC91
Complementary color
Monochromatic Colors of #78BC91
Black with #78BC91
Text Example
Text Example
White with #78BC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BC91; }
p { color: rgb(120,188,145); }
H1.HeaderClassName
{
color: #78BC91;
}
.AnyTagClassName
{
color: #78BC91;
}
</style>
background-color css
<style>
a { background-color: #78BC91; }
a { background-color: rgb(120,188,145); }
div.DivClassName
{
background-color: #78BC91;
}
.BgClassName
{
background-color: #78BC91;
}
</style>
border-color css
<style>
span { border-color: #78BC91; }
span { border-color: rgb(120,188,145); }
td.TdClassName
{
border-color: #78BC91;
}
.TagClassName
{
border-color: #78BC91;
}
</style>