Shades of Downy #78D3BC
Tints of Downy #78D3BC
RGB
CMYK
RGB Variations
Color information
#78D3BC (or 0x78D3BC) is known color: Downy. HEX triplet: 78, D3 and BC. RGB value is (120,211,188). Sum of RGB (Red+Green+Blue) = 120+211+188=519 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.12% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 211 - color contains mainly: green. Hex color #78D3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D3BC is #872C43. Grayscale: #B5B5B5. Windows color (decimal): -8858692 or 12374904. OLE color: 12374904.
HSL color Cylindrical-coordinate representation of color #78D3BC: hue angle of 164.84º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78D3BC is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 120 | 211 | 188 | - |
| CMYK | 0.43 | 0 | 0.11 | 0.17 |
| HSL | 164.84º | 0.51% | 0.65% | - |
| HSV(B) | 164.84º | 0.43% | 0.83% | - |
| XYZ | 40.12 | 54.21 | 55.93 | - |
| YUV | 181.17 | 131.85 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 211 | 188 | 0.43 | 0 | 0.11 | 0.17 | 164.84 | 0.51 | 0.65 |
| Hex | 78 | D3 | BC | 2B | 0 | B | 11 | A5 | 33 | 41 |
| Octal | 170 | 323 | 274 | 53 | 0 | 13 | 21 | 245 | 63 | 101 |
| Binary | 1111000 | 11010011 | 10111100 | 101011 | 0 | 1011 | 10001 | 10100101 | 110011 | 1000001 |
Color Harmonies of #78D3BC
Complementary color
Monochromatic Colors of #78D3BC
Black with #78D3BC
Text Example
Text Example
White with #78D3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D3BC; }
p { color: rgb(120,211,188); }
H1.HeaderClassName
{
color: #78D3BC;
}
.AnyTagClassName
{
color: #78D3BC;
}
</style>
background-color css
<style>
a { background-color: #78D3BC; }
a { background-color: rgb(120,211,188); }
div.DivClassName
{
background-color: #78D3BC;
}
.BgClassName
{
background-color: #78D3BC;
}
</style>
border-color css
<style>
span { border-color: #78D3BC; }
span { border-color: rgb(120,211,188); }
td.TdClassName
{
border-color: #78D3BC;
}
.TagClassName
{
border-color: #78D3BC;
}
</style>