Shades of Downy #78DCB6
Tints of Downy #78DCB6
RGB
CMYK
RGB Variations
Color information
#78DCB6 (or 0x78DCB6) is known color: Downy. HEX triplet: 78, DC and B6. RGB value is (120,220,182). Sum of RGB (Red+Green+Blue) = 120+220+182=522 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.99% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 182 (71.48% from 255 or 34.87% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #78DCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DCB6 is #872349. Grayscale: #B9B9B9. Windows color (decimal): -8856394 or 11983992. OLE color: 11983992.
HSL color Cylindrical-coordinate representation of color #78DCB6: hue angle of 157.2º 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 #78DCB6 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 220 | 182 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.14 |
| HSL | 157.2º | 0.59% | 0.67% | - |
| HSV(B) | 157.2º | 0.45% | 0.86% | - |
| XYZ | 41.78 | 58.56 | 53.36 | - |
| YUV | 185.77 | 125.87 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 220 | 182 | 0.45 | 0 | 0.17 | 0.14 | 157.2 | 0.59 | 0.67 |
| Hex | 78 | DC | B6 | 2D | 0 | 11 | E | 9D | 3B | 43 |
| Octal | 170 | 334 | 266 | 55 | 0 | 21 | 16 | 235 | 73 | 103 |
| Binary | 1111000 | 11011100 | 10110110 | 101101 | 0 | 10001 | 1110 | 10011101 | 111011 | 1000011 |
Color Harmonies of #78DCB6
Complementary color
Monochromatic Colors of #78DCB6
Black with #78DCB6
Text Example
Text Example
White with #78DCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DCB6; }
p { color: rgb(120,220,182); }
H1.HeaderClassName
{
color: #78DCB6;
}
.AnyTagClassName
{
color: #78DCB6;
}
</style>
background-color css
<style>
a { background-color: #78DCB6; }
a { background-color: rgb(120,220,182); }
div.DivClassName
{
background-color: #78DCB6;
}
.BgClassName
{
background-color: #78DCB6;
}
</style>
border-color css
<style>
span { border-color: #78DCB6; }
span { border-color: rgb(120,220,182); }
td.TdClassName
{
border-color: #78DCB6;
}
.TagClassName
{
border-color: #78DCB6;
}
</style>