Shades of Downy #78DDC7
Tints of Downy #78DDC7
RGB
CMYK
RGB Variations
Color information
#78DDC7 (or 0x78DDC7) is known color: Downy. HEX triplet: 78, DD and C7. RGB value is (120,221,199). Sum of RGB (Red+Green+Blue) = 120+221+199=540 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.22% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 199 (78.12% from 255 or 36.85% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #78DDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DDC7 is #872238. Grayscale: #BCBCBC. Windows color (decimal): -8856121 or 13098360. OLE color: 13098360.
HSL color Cylindrical-coordinate representation of color #78DDC7: hue angle of 166.93º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78DDC7 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 221 | 199 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.13 |
| HSL | 166.93º | 0.6% | 0.67% | - |
| HSV(B) | 166.93º | 0.46% | 0.87% | - |
| XYZ | 43.91 | 59.83 | 63.27 | - |
| YUV | 188.29 | 134.04 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 221 | 199 | 0.46 | 0 | 0.10 | 0.13 | 166.93 | 0.6 | 0.67 |
| Hex | 78 | DD | C7 | 2E | 0 | A | D | A7 | 3C | 43 |
| Octal | 170 | 335 | 307 | 56 | 0 | 12 | 15 | 247 | 74 | 103 |
| Binary | 1111000 | 11011101 | 11000111 | 101110 | 0 | 1010 | 1101 | 10100111 | 111100 | 1000011 |
Color Harmonies of #78DDC7
Complementary color
Monochromatic Colors of #78DDC7
Black with #78DDC7
Text Example
Text Example
White with #78DDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DDC7; }
p { color: rgb(120,221,199); }
H1.HeaderClassName
{
color: #78DDC7;
}
.AnyTagClassName
{
color: #78DDC7;
}
</style>
background-color css
<style>
a { background-color: #78DDC7; }
a { background-color: rgb(120,221,199); }
div.DivClassName
{
background-color: #78DDC7;
}
.BgClassName
{
background-color: #78DDC7;
}
</style>
border-color css
<style>
span { border-color: #78DDC7; }
span { border-color: rgb(120,221,199); }
td.TdClassName
{
border-color: #78DDC7;
}
.TagClassName
{
border-color: #78DDC7;
}
</style>