Shades of Padua #78BDA1
Tints of Padua #78BDA1
RGB
CMYK
RGB Variations
Color information
#78BDA1 (or 0x78BDA1) is known color: Padua. HEX triplet: 78, BD and A1. RGB value is (120,189,161). Sum of RGB (Red+Green+Blue) = 120+189+161=470 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.53% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 161 (63.28% from 255 or 34.26% from 470); Max value from RGB is 189 - color contains mainly: green. Hex color #78BDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BDA1 is #87425E. Grayscale: #A5A5A5. Windows color (decimal): -8864351 or 10599800. OLE color: 10599800.
HSL color Cylindrical-coordinate representation of color #78BDA1: hue angle of 155.65º 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 #78BDA1 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 189 | 161 | - |
| CMYK | 0.37 | 0 | 0.15 | 0.26 |
| HSL | 155.65º | 0.34% | 0.61% | - |
| HSV(B) | 155.65º | 0.37% | 0.74% | - |
| XYZ | 32.38 | 42.96 | 40.3 | - |
| YUV | 165.18 | 125.64 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 189 | 161 | 0.37 | 0 | 0.15 | 0.26 | 155.65 | 0.34 | 0.61 |
| Hex | 78 | BD | A1 | 25 | 0 | F | 1A | 9C | 22 | 3D |
| Octal | 170 | 275 | 241 | 45 | 0 | 17 | 32 | 234 | 42 | 75 |
| Binary | 1111000 | 10111101 | 10100001 | 100101 | 0 | 1111 | 11010 | 10011100 | 100010 | 111101 |
Color Harmonies of #78BDA1
Complementary color
Monochromatic Colors of #78BDA1
Black with #78BDA1
Text Example
Text Example
White with #78BDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BDA1; }
p { color: rgb(120,189,161); }
H1.HeaderClassName
{
color: #78BDA1;
}
.AnyTagClassName
{
color: #78BDA1;
}
</style>
background-color css
<style>
a { background-color: #78BDA1; }
a { background-color: rgb(120,189,161); }
div.DivClassName
{
background-color: #78BDA1;
}
.BgClassName
{
background-color: #78BDA1;
}
</style>
border-color css
<style>
span { border-color: #78BDA1; }
span { border-color: rgb(120,189,161); }
td.TdClassName
{
border-color: #78BDA1;
}
.TagClassName
{
border-color: #78BDA1;
}
</style>