Shades of Downy #78D8BC
Tints of Downy #78D8BC
RGB
CMYK
RGB Variations
Color information
#78D8BC (or 0x78D8BC) is known color: Downy. HEX triplet: 78, D8 and BC. RGB value is (120,216,188). Sum of RGB (Red+Green+Blue) = 120+216+188=524 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.90% from 524); Green value is 216 (84.77% from 255 or 41.22% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 216 - color contains mainly: green. Hex color #78D8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D8BC is #872743. Grayscale: #B8B8B8. Windows color (decimal): -8857412 or 12376184. OLE color: 12376184.
HSL color Cylindrical-coordinate representation of color #78D8BC: hue angle of 162.5º 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 #78D8BC is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 216 | 188 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.15 |
| HSL | 162.5º | 0.55% | 0.66% | - |
| HSV(B) | 162.5º | 0.44% | 0.85% | - |
| XYZ | 41.38 | 56.74 | 56.35 | - |
| YUV | 184.1 | 130.2 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 216 | 188 | 0.44 | 0 | 0.13 | 0.15 | 162.5 | 0.55 | 0.66 |
| Hex | 78 | D8 | BC | 2C | 0 | D | F | A2 | 37 | 42 |
| Octal | 170 | 330 | 274 | 54 | 0 | 15 | 17 | 242 | 67 | 102 |
| Binary | 1111000 | 11011000 | 10111100 | 101100 | 0 | 1101 | 1111 | 10100010 | 110111 | 1000010 |
Color Harmonies of #78D8BC
Complementary color
Monochromatic Colors of #78D8BC
Black with #78D8BC
Text Example
Text Example
White with #78D8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D8BC; }
p { color: rgb(120,216,188); }
H1.HeaderClassName
{
color: #78D8BC;
}
.AnyTagClassName
{
color: #78D8BC;
}
</style>
background-color css
<style>
a { background-color: #78D8BC; }
a { background-color: rgb(120,216,188); }
div.DivClassName
{
background-color: #78D8BC;
}
.BgClassName
{
background-color: #78D8BC;
}
</style>
border-color css
<style>
span { border-color: #78D8BC; }
span { border-color: rgb(120,216,188); }
td.TdClassName
{
border-color: #78D8BC;
}
.TagClassName
{
border-color: #78D8BC;
}
</style>