Shades of Downy #78D0BC
Tints of Downy #78D0BC
RGB
CMYK
RGB Variations
Color information
#78D0BC (or 0x78D0BC) is known color: Downy. HEX triplet: 78, D0 and BC. RGB value is (120,208,188). Sum of RGB (Red+Green+Blue) = 120+208+188=516 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.26% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 208 - color contains mainly: green. Hex color #78D0BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D0BC is #872F43. Grayscale: #B3B3B3. Windows color (decimal): -8859460 or 12374136. OLE color: 12374136.
HSL color Cylindrical-coordinate representation of color #78D0BC: hue angle of 166.36º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78D0BC is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 208 | 188 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.18 |
| HSL | 166.36º | 0.48% | 0.64% | - |
| HSV(B) | 166.36º | 0.42% | 0.82% | - |
| XYZ | 39.38 | 52.74 | 55.68 | - |
| YUV | 179.41 | 132.85 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 208 | 188 | 0.42 | 0 | 0.10 | 0.18 | 166.36 | 0.48 | 0.64 |
| Hex | 78 | D0 | BC | 2A | 0 | A | 12 | A6 | 30 | 40 |
| Octal | 170 | 320 | 274 | 52 | 0 | 12 | 22 | 246 | 60 | 100 |
| Binary | 1111000 | 11010000 | 10111100 | 101010 | 0 | 1010 | 10010 | 10100110 | 110000 | 1000000 |
Color Harmonies of #78D0BC
Complementary color
Monochromatic Colors of #78D0BC
Black with #78D0BC
Text Example
Text Example
White with #78D0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D0BC; }
p { color: rgb(120,208,188); }
H1.HeaderClassName
{
color: #78D0BC;
}
.AnyTagClassName
{
color: #78D0BC;
}
</style>
background-color css
<style>
a { background-color: #78D0BC; }
a { background-color: rgb(120,208,188); }
div.DivClassName
{
background-color: #78D0BC;
}
.BgClassName
{
background-color: #78D0BC;
}
</style>
border-color css
<style>
span { border-color: #78D0BC; }
span { border-color: rgb(120,208,188); }
td.TdClassName
{
border-color: #78D0BC;
}
.TagClassName
{
border-color: #78D0BC;
}
</style>