Shades of Downy #78DCBC
Tints of Downy #78DCBC
RGB
CMYK
RGB Variations
Color information
#78DCBC (or 0x78DCBC) is known color: Downy. HEX triplet: 78, DC and BC. RGB value is (120,220,188). Sum of RGB (Red+Green+Blue) = 120+220+188=528 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.73% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #78DCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DCBC is #872343. Grayscale: #BABABA. Windows color (decimal): -8856388 or 12377208. OLE color: 12377208.
HSL color Cylindrical-coordinate representation of color #78DCBC: hue angle of 160.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78DCBC is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 220 | 188 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.14 |
| HSL | 160.8º | 0.59% | 0.67% | - |
| HSV(B) | 160.8º | 0.45% | 0.86% | - |
| XYZ | 42.42 | 58.81 | 56.69 | - |
| YUV | 186.45 | 128.87 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 220 | 188 | 0.45 | 0 | 0.15 | 0.14 | 160.8 | 0.59 | 0.67 |
| Hex | 78 | DC | BC | 2D | 0 | F | E | A1 | 3B | 43 |
| Octal | 170 | 334 | 274 | 55 | 0 | 17 | 16 | 241 | 73 | 103 |
| Binary | 1111000 | 11011100 | 10111100 | 101101 | 0 | 1111 | 1110 | 10100001 | 111011 | 1000011 |
Color Harmonies of #78DCBC
Complementary color
Monochromatic Colors of #78DCBC
Black with #78DCBC
Text Example
Text Example
White with #78DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DCBC; }
p { color: rgb(120,220,188); }
H1.HeaderClassName
{
color: #78DCBC;
}
.AnyTagClassName
{
color: #78DCBC;
}
</style>
background-color css
<style>
a { background-color: #78DCBC; }
a { background-color: rgb(120,220,188); }
div.DivClassName
{
background-color: #78DCBC;
}
.BgClassName
{
background-color: #78DCBC;
}
</style>
border-color css
<style>
span { border-color: #78DCBC; }
span { border-color: rgb(120,220,188); }
td.TdClassName
{
border-color: #78DCBC;
}
.TagClassName
{
border-color: #78DCBC;
}
</style>