Shades of Downy #78D0BA
Tints of Downy #78D0BA
RGB
CMYK
RGB Variations
Color information
#78D0BA (or 0x78D0BA) is known color: Downy. HEX triplet: 78, D0 and BA. RGB value is (120,208,186). Sum of RGB (Red+Green+Blue) = 120+208+186=514 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.35% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #78D0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D0BA is #872F45. Grayscale: #B3B3B3. Windows color (decimal): -8859462 or 12243064. OLE color: 12243064.
HSL color Cylindrical-coordinate representation of color #78D0BA: hue angle of 165º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78D0BA is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 208 | 186 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.18 |
| HSL | 165º | 0.48% | 0.64% | - |
| HSV(B) | 165º | 0.42% | 0.82% | - |
| XYZ | 39.16 | 52.65 | 54.55 | - |
| YUV | 179.18 | 131.85 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 208 | 186 | 0.42 | 0 | 0.11 | 0.18 | 165 | 0.48 | 0.64 |
| Hex | 78 | D0 | BA | 2A | 0 | B | 12 | A5 | 30 | 40 |
| Octal | 170 | 320 | 272 | 52 | 0 | 13 | 22 | 245 | 60 | 100 |
| Binary | 1111000 | 11010000 | 10111010 | 101010 | 0 | 1011 | 10010 | 10100101 | 110000 | 1000000 |
Color Harmonies of #78D0BA
Complementary color
Monochromatic Colors of #78D0BA
Black with #78D0BA
Text Example
Text Example
White with #78D0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D0BA; }
p { color: rgb(120,208,186); }
H1.HeaderClassName
{
color: #78D0BA;
}
.AnyTagClassName
{
color: #78D0BA;
}
</style>
background-color css
<style>
a { background-color: #78D0BA; }
a { background-color: rgb(120,208,186); }
div.DivClassName
{
background-color: #78D0BA;
}
.BgClassName
{
background-color: #78D0BA;
}
</style>
border-color css
<style>
span { border-color: #78D0BA; }
span { border-color: rgb(120,208,186); }
td.TdClassName
{
border-color: #78D0BA;
}
.TagClassName
{
border-color: #78D0BA;
}
</style>