Shades of Downy #78DCB5
Tints of Downy #78DCB5
RGB
CMYK
RGB Variations
Color information
#78DCB5 (or 0x78DCB5) is known color: Downy. HEX triplet: 78, DC and B5. RGB value is (120,220,181). Sum of RGB (Red+Green+Blue) = 120+220+181=521 (69% of max value = 765). Red value is 120 (47.27% from 255 or 23.03% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #78DCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DCB5 is #87234A. Grayscale: #B9B9B9. Windows color (decimal): -8856395 or 11918456. OLE color: 11918456.
HSL color Cylindrical-coordinate representation of color #78DCB5: hue angle of 156.6º 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 #78DCB5 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 220 | 181 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.14 |
| HSL | 156.6º | 0.59% | 0.67% | - |
| HSV(B) | 156.6º | 0.45% | 0.86% | - |
| XYZ | 41.68 | 58.52 | 52.81 | - |
| YUV | 185.65 | 125.37 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 220 | 181 | 0.45 | 0 | 0.18 | 0.14 | 156.6 | 0.59 | 0.67 |
| Hex | 78 | DC | B5 | 2D | 0 | 12 | E | 9D | 3B | 43 |
| Octal | 170 | 334 | 265 | 55 | 0 | 22 | 16 | 235 | 73 | 103 |
| Binary | 1111000 | 11011100 | 10110101 | 101101 | 0 | 10010 | 1110 | 10011101 | 111011 | 1000011 |
Color Harmonies of #78DCB5
Complementary color
Monochromatic Colors of #78DCB5
Black with #78DCB5
Text Example
Text Example
White with #78DCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DCB5; }
p { color: rgb(120,220,181); }
H1.HeaderClassName
{
color: #78DCB5;
}
.AnyTagClassName
{
color: #78DCB5;
}
</style>
background-color css
<style>
a { background-color: #78DCB5; }
a { background-color: rgb(120,220,181); }
div.DivClassName
{
background-color: #78DCB5;
}
.BgClassName
{
background-color: #78DCB5;
}
</style>
border-color css
<style>
span { border-color: #78DCB5; }
span { border-color: rgb(120,220,181); }
td.TdClassName
{
border-color: #78DCB5;
}
.TagClassName
{
border-color: #78DCB5;
}
</style>