Shades of Downy #78DCC6
Tints of Downy #78DCC6
RGB
CMYK
RGB Variations
Color information
#78DCC6 (or 0x78DCC6) is known color: Downy. HEX triplet: 78, DC and C6. RGB value is (120,220,198). Sum of RGB (Red+Green+Blue) = 120+220+198=538 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.30% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #78DCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DCC6 is #872339. Grayscale: #BBBBBB. Windows color (decimal): -8856378 or 13032568. OLE color: 13032568.
HSL color Cylindrical-coordinate representation of color #78DCC6: hue angle of 166.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78DCC6 is Cyan = 0.45, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 220 | 198 | - |
| CMYK | 0.45 | 0 | 0.1 | 0.14 |
| HSL | 166.8º | 0.59% | 0.67% | - |
| HSV(B) | 166.8º | 0.45% | 0.86% | - |
| XYZ | 43.53 | 59.26 | 62.57 | - |
| YUV | 187.59 | 133.87 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 220 | 198 | 0.45 | 0 | 0.1 | 0.14 | 166.8 | 0.59 | 0.67 |
| Hex | 78 | DC | C6 | 2D | 0 | A | E | A7 | 3B | 43 |
| Octal | 170 | 334 | 306 | 55 | 0 | 12 | 16 | 247 | 73 | 103 |
| Binary | 1111000 | 11011100 | 11000110 | 101101 | 0 | 1010 | 1110 | 10100111 | 111011 | 1000011 |
Color Harmonies of #78DCC6
Complementary color
Monochromatic Colors of #78DCC6
Black with #78DCC6
Text Example
Text Example
White with #78DCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DCC6; }
p { color: rgb(120,220,198); }
H1.HeaderClassName
{
color: #78DCC6;
}
.AnyTagClassName
{
color: #78DCC6;
}
</style>
background-color css
<style>
a { background-color: #78DCC6; }
a { background-color: rgb(120,220,198); }
div.DivClassName
{
background-color: #78DCC6;
}
.BgClassName
{
background-color: #78DCC6;
}
</style>
border-color css
<style>
span { border-color: #78DCC6; }
span { border-color: rgb(120,220,198); }
td.TdClassName
{
border-color: #78DCC6;
}
.TagClassName
{
border-color: #78DCC6;
}
</style>