Shades of Downy #78DAC3
Tints of Downy #78DAC3
RGB
CMYK
RGB Variations
Color information
#78DAC3 (or 0x78DAC3) is known color: Downy. HEX triplet: 78, DA and C3. RGB value is (120,218,195). Sum of RGB (Red+Green+Blue) = 120+218+195=533 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.51% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 195 (76.56% from 255 or 36.59% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #78DAC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DAC3 is #87253C. Grayscale: #BABABA. Windows color (decimal): -8856893 or 12835448. OLE color: 12835448.
HSL color Cylindrical-coordinate representation of color #78DAC3: hue angle of 165.92º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78DAC3 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 218 | 195 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.15 |
| HSL | 165.92º | 0.57% | 0.66% | - |
| HSV(B) | 165.92º | 0.45% | 0.85% | - |
| XYZ | 42.67 | 58.08 | 60.59 | - |
| YUV | 186.08 | 133.03 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 218 | 195 | 0.45 | 0 | 0.11 | 0.15 | 165.92 | 0.57 | 0.66 |
| Hex | 78 | DA | C3 | 2D | 0 | B | F | A6 | 39 | 42 |
| Octal | 170 | 332 | 303 | 55 | 0 | 13 | 17 | 246 | 71 | 102 |
| Binary | 1111000 | 11011010 | 11000011 | 101101 | 0 | 1011 | 1111 | 10100110 | 111001 | 1000010 |
Color Harmonies of #78DAC3
Complementary color
Monochromatic Colors of #78DAC3
Black with #78DAC3
Text Example
Text Example
White with #78DAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DAC3; }
p { color: rgb(120,218,195); }
H1.HeaderClassName
{
color: #78DAC3;
}
.AnyTagClassName
{
color: #78DAC3;
}
</style>
background-color css
<style>
a { background-color: #78DAC3; }
a { background-color: rgb(120,218,195); }
div.DivClassName
{
background-color: #78DAC3;
}
.BgClassName
{
background-color: #78DAC3;
}
</style>
border-color css
<style>
span { border-color: #78DAC3; }
span { border-color: rgb(120,218,195); }
td.TdClassName
{
border-color: #78DAC3;
}
.TagClassName
{
border-color: #78DAC3;
}
</style>