Shades of Downy #78DEC2
Tints of Downy #78DEC2
RGB
CMYK
RGB Variations
Color information
#78DEC2 (or 0x78DEC2) is known color: Downy. HEX triplet: 78, DE and C2. RGB value is (120,222,194). Sum of RGB (Red+Green+Blue) = 120+222+194=536 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.39% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #78DEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DEC2 is #87213D. Grayscale: #BCBCBC. Windows color (decimal): -8855870 or 12770936. OLE color: 12770936.
HSL color Cylindrical-coordinate representation of color #78DEC2: hue angle of 163.53º degrees, saturation: 0.61, 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 #78DEC2 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 222 | 194 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.13 |
| HSL | 163.53º | 0.61% | 0.67% | - |
| HSV(B) | 163.53º | 0.46% | 0.87% | - |
| XYZ | 43.6 | 60.13 | 60.35 | - |
| YUV | 188.31 | 131.21 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 222 | 194 | 0.46 | 0 | 0.13 | 0.13 | 163.53 | 0.61 | 0.67 |
| Hex | 78 | DE | C2 | 2E | 0 | D | D | A4 | 3D | 43 |
| Octal | 170 | 336 | 302 | 56 | 0 | 15 | 15 | 244 | 75 | 103 |
| Binary | 1111000 | 11011110 | 11000010 | 101110 | 0 | 1101 | 1101 | 10100100 | 111101 | 1000011 |
Color Harmonies of #78DEC2
Complementary color
Monochromatic Colors of #78DEC2
Black with #78DEC2
Text Example
Text Example
White with #78DEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DEC2; }
p { color: rgb(120,222,194); }
H1.HeaderClassName
{
color: #78DEC2;
}
.AnyTagClassName
{
color: #78DEC2;
}
</style>
background-color css
<style>
a { background-color: #78DEC2; }
a { background-color: rgb(120,222,194); }
div.DivClassName
{
background-color: #78DEC2;
}
.BgClassName
{
background-color: #78DEC2;
}
</style>
border-color css
<style>
span { border-color: #78DEC2; }
span { border-color: rgb(120,222,194); }
td.TdClassName
{
border-color: #78DEC2;
}
.TagClassName
{
border-color: #78DEC2;
}
</style>