Shades of Downy #78D2BC
Tints of Downy #78D2BC
RGB
CMYK
RGB Variations
Color information
#78D2BC (or 0x78D2BC) is known color: Downy. HEX triplet: 78, D2 and BC. RGB value is (120,210,188). Sum of RGB (Red+Green+Blue) = 120+210+188=518 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.17% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 210 - color contains mainly: green. Hex color #78D2BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D2BC is #872D43. Grayscale: #B4B4B4. Windows color (decimal): -8858948 or 12374648. OLE color: 12374648.
HSL color Cylindrical-coordinate representation of color #78D2BC: hue angle of 165.33º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78D2BC is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 210 | 188 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.18 |
| HSL | 165.33º | 0.5% | 0.65% | - |
| HSV(B) | 165.33º | 0.43% | 0.82% | - |
| XYZ | 39.87 | 53.72 | 55.84 | - |
| YUV | 180.58 | 132.18 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 210 | 188 | 0.43 | 0 | 0.10 | 0.18 | 165.33 | 0.5 | 0.65 |
| Hex | 78 | D2 | BC | 2B | 0 | A | 12 | A5 | 32 | 41 |
| Octal | 170 | 322 | 274 | 53 | 0 | 12 | 22 | 245 | 62 | 101 |
| Binary | 1111000 | 11010010 | 10111100 | 101011 | 0 | 1010 | 10010 | 10100101 | 110010 | 1000001 |
Color Harmonies of #78D2BC
Complementary color
Monochromatic Colors of #78D2BC
Black with #78D2BC
Text Example
Text Example
White with #78D2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D2BC; }
p { color: rgb(120,210,188); }
H1.HeaderClassName
{
color: #78D2BC;
}
.AnyTagClassName
{
color: #78D2BC;
}
</style>
background-color css
<style>
a { background-color: #78D2BC; }
a { background-color: rgb(120,210,188); }
div.DivClassName
{
background-color: #78D2BC;
}
.BgClassName
{
background-color: #78D2BC;
}
</style>
border-color css
<style>
span { border-color: #78D2BC; }
span { border-color: rgb(120,210,188); }
td.TdClassName
{
border-color: #78D2BC;
}
.TagClassName
{
border-color: #78D2BC;
}
</style>