Shades of Downy #78D8C5
Tints of Downy #78D8C5
RGB
CMYK
RGB Variations
Color information
#78D8C5 (or 0x78D8C5) is known color: Downy. HEX triplet: 78, D8 and C5. RGB value is (120,216,197). Sum of RGB (Red+Green+Blue) = 120+216+197=533 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.51% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 216 - color contains mainly: green. Hex color #78D8C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D8C5 is #87273A. Grayscale: #B9B9B9. Windows color (decimal): -8857403 or 12966008. OLE color: 12966008.
HSL color Cylindrical-coordinate representation of color #78D8C5: hue angle of 168.12º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78D8C5 is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 216 | 197 | - |
| CMYK | 0.44 | 0 | 0.09 | 0.15 |
| HSL | 168.13º | 0.55% | 0.66% | - |
| HSV(B) | 168.13º | 0.44% | 0.85% | - |
| XYZ | 42.38 | 57.14 | 61.62 | - |
| YUV | 185.13 | 134.7 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 216 | 197 | 0.44 | 0 | 0.09 | 0.15 | 168.13 | 0.55 | 0.66 |
| Hex | 78 | D8 | C5 | 2C | 0 | 9 | F | A8 | 37 | 42 |
| Octal | 170 | 330 | 305 | 54 | 0 | 11 | 17 | 250 | 67 | 102 |
| Binary | 1111000 | 11011000 | 11000101 | 101100 | 0 | 1001 | 1111 | 10101000 | 110111 | 1000010 |
Color Harmonies of #78D8C5
Complementary color
Monochromatic Colors of #78D8C5
Black with #78D8C5
Text Example
Text Example
White with #78D8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D8C5; }
p { color: rgb(120,216,197); }
H1.HeaderClassName
{
color: #78D8C5;
}
.AnyTagClassName
{
color: #78D8C5;
}
</style>
background-color css
<style>
a { background-color: #78D8C5; }
a { background-color: rgb(120,216,197); }
div.DivClassName
{
background-color: #78D8C5;
}
.BgClassName
{
background-color: #78D8C5;
}
</style>
border-color css
<style>
span { border-color: #78D8C5; }
span { border-color: rgb(120,216,197); }
td.TdClassName
{
border-color: #78D8C5;
}
.TagClassName
{
border-color: #78D8C5;
}
</style>