Shades of Downy #79DCC6
Tints of Downy #79DCC6
RGB
CMYK
RGB Variations
Color information
#79DCC6 (or 0x79DCC6) is known color: Downy. HEX triplet: 79, DC and C6. RGB value is (121,220,198). Sum of RGB (Red+Green+Blue) = 121+220+198=539 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.45% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 198 (77.73% from 255 or 36.73% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #79DCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79DCC6 is #862339. Grayscale: #BBBBBB. Windows color (decimal): -8790842 or 13032569. OLE color: 13032569.
HSL color Cylindrical-coordinate representation of color #79DCC6: hue angle of 166.67º 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 #79DCC6 is Cyan = 0.45, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 220 | 198 | - |
| CMYK | 0.45 | 0 | 0.1 | 0.14 |
| HSL | 166.67º | 0.59% | 0.67% | - |
| HSV(B) | 166.67º | 0.45% | 0.86% | - |
| XYZ | 43.67 | 59.33 | 62.58 | - |
| YUV | 187.89 | 133.7 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 220 | 198 | 0.45 | 0 | 0.1 | 0.14 | 166.67 | 0.59 | 0.67 |
| Hex | 79 | DC | C6 | 2D | 0 | A | E | A7 | 3B | 43 |
| Octal | 171 | 334 | 306 | 55 | 0 | 12 | 16 | 247 | 73 | 103 |
| Binary | 1111001 | 11011100 | 11000110 | 101101 | 0 | 1010 | 1110 | 10100111 | 111011 | 1000011 |
Color Harmonies of #79DCC6
Complementary color
Monochromatic Colors of #79DCC6
Black with #79DCC6
Text Example
Text Example
White with #79DCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79DCC6; }
p { color: rgb(121,220,198); }
H1.HeaderClassName
{
color: #79DCC6;
}
.AnyTagClassName
{
color: #79DCC6;
}
</style>
background-color css
<style>
a { background-color: #79DCC6; }
a { background-color: rgb(121,220,198); }
div.DivClassName
{
background-color: #79DCC6;
}
.BgClassName
{
background-color: #79DCC6;
}
</style>
border-color css
<style>
span { border-color: #79DCC6; }
span { border-color: rgb(121,220,198); }
td.TdClassName
{
border-color: #79DCC6;
}
.TagClassName
{
border-color: #79DCC6;
}
</style>