Shades of Padua #78BB9B
Tints of Padua #78BB9B
RGB
CMYK
RGB Variations
Color information
#78BB9B (or 0x78BB9B) is known color: Padua. HEX triplet: 78, BB and 9B. RGB value is (120,187,155). Sum of RGB (Red+Green+Blue) = 120+187+155=462 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.97% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 187 - color contains mainly: green. Hex color #78BB9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BB9B is #874464. Grayscale: #A3A3A3. Windows color (decimal): -8864869 or 10206072. OLE color: 10206072.
HSL color Cylindrical-coordinate representation of color #78BB9B: hue angle of 151.34º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78BB9B is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 187 | 155 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.27 |
| HSL | 151.34º | 0.33% | 0.6% | - |
| HSV(B) | 151.34º | 0.36% | 0.73% | - |
| XYZ | 31.43 | 41.9 | 37.44 | - |
| YUV | 163.32 | 123.3 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 187 | 155 | 0.36 | 0 | 0.17 | 0.27 | 151.34 | 0.33 | 0.6 |
| Hex | 78 | BB | 9B | 24 | 0 | 11 | 1B | 97 | 21 | 3C |
| Octal | 170 | 273 | 233 | 44 | 0 | 21 | 33 | 227 | 41 | 74 |
| Binary | 1111000 | 10111011 | 10011011 | 100100 | 0 | 10001 | 11011 | 10010111 | 100001 | 111100 |
Color Harmonies of #78BB9B
Complementary color
Monochromatic Colors of #78BB9B
Black with #78BB9B
Text Example
Text Example
White with #78BB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BB9B; }
p { color: rgb(120,187,155); }
H1.HeaderClassName
{
color: #78BB9B;
}
.AnyTagClassName
{
color: #78BB9B;
}
</style>
background-color css
<style>
a { background-color: #78BB9B; }
a { background-color: rgb(120,187,155); }
div.DivClassName
{
background-color: #78BB9B;
}
.BgClassName
{
background-color: #78BB9B;
}
</style>
border-color css
<style>
span { border-color: #78BB9B; }
span { border-color: rgb(120,187,155); }
td.TdClassName
{
border-color: #78BB9B;
}
.TagClassName
{
border-color: #78BB9B;
}
</style>