Shades of Downy #79DCBC
Tints of Downy #79DCBC
RGB
CMYK
RGB Variations
Color information
#79DCBC (or 0x79DCBC) is known color: Downy. HEX triplet: 79, DC and BC. RGB value is (121,220,188). Sum of RGB (Red+Green+Blue) = 121+220+188=529 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.87% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #79DCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79DCBC is #862343. Grayscale: #BABABA. Windows color (decimal): -8790852 or 12377209. OLE color: 12377209.
HSL color Cylindrical-coordinate representation of color #79DCBC: hue angle of 160.61º 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 #79DCBC is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 220 | 188 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.14 |
| HSL | 160.61º | 0.59% | 0.67% | - |
| HSV(B) | 160.61º | 0.45% | 0.86% | - |
| XYZ | 42.56 | 58.88 | 56.7 | - |
| YUV | 186.75 | 128.7 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 220 | 188 | 0.45 | 0 | 0.15 | 0.14 | 160.61 | 0.59 | 0.67 |
| Hex | 79 | DC | BC | 2D | 0 | F | E | A1 | 3B | 43 |
| Octal | 171 | 334 | 274 | 55 | 0 | 17 | 16 | 241 | 73 | 103 |
| Binary | 1111001 | 11011100 | 10111100 | 101101 | 0 | 1111 | 1110 | 10100001 | 111011 | 1000011 |
Color Harmonies of #79DCBC
Complementary color
Monochromatic Colors of #79DCBC
Black with #79DCBC
Text Example
Text Example
White with #79DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79DCBC; }
p { color: rgb(121,220,188); }
H1.HeaderClassName
{
color: #79DCBC;
}
.AnyTagClassName
{
color: #79DCBC;
}
</style>
background-color css
<style>
a { background-color: #79DCBC; }
a { background-color: rgb(121,220,188); }
div.DivClassName
{
background-color: #79DCBC;
}
.BgClassName
{
background-color: #79DCBC;
}
</style>
border-color css
<style>
span { border-color: #79DCBC; }
span { border-color: rgb(121,220,188); }
td.TdClassName
{
border-color: #79DCBC;
}
.TagClassName
{
border-color: #79DCBC;
}
</style>