Shades of Downy #79D1BD
Tints of Downy #79D1BD
RGB
CMYK
RGB Variations
Color information
#79D1BD (or 0x79D1BD) is known color: Downy. HEX triplet: 79, D1 and BD. RGB value is (121,209,189). Sum of RGB (Red+Green+Blue) = 121+209+189=519 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.31% from 519); Green value is 209 (82.03% from 255 or 40.27% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 209 - color contains mainly: green. Hex color #79D1BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79D1BD is #862E42. Grayscale: #B4B4B4. Windows color (decimal): -8793667 or 12439929. OLE color: 12439929.
HSL color Cylindrical-coordinate representation of color #79D1BD: hue angle of 166.36º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79D1BD is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 121 | 209 | 189 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.18 |
| HSL | 166.36º | 0.49% | 0.65% | - |
| HSV(B) | 166.36º | 0.42% | 0.82% | - |
| XYZ | 39.87 | 53.34 | 56.34 | - |
| YUV | 180.41 | 132.85 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 209 | 189 | 0.42 | 0 | 0.10 | 0.18 | 166.36 | 0.49 | 0.65 |
| Hex | 79 | D1 | BD | 2A | 0 | A | 12 | A6 | 31 | 41 |
| Octal | 171 | 321 | 275 | 52 | 0 | 12 | 22 | 246 | 61 | 101 |
| Binary | 1111001 | 11010001 | 10111101 | 101010 | 0 | 1010 | 10010 | 10100110 | 110001 | 1000001 |
Color Harmonies of #79D1BD
Complementary color
Monochromatic Colors of #79D1BD
Black with #79D1BD
Text Example
Text Example
White with #79D1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79D1BD; }
p { color: rgb(121,209,189); }
H1.HeaderClassName
{
color: #79D1BD;
}
.AnyTagClassName
{
color: #79D1BD;
}
</style>
background-color css
<style>
a { background-color: #79D1BD; }
a { background-color: rgb(121,209,189); }
div.DivClassName
{
background-color: #79D1BD;
}
.BgClassName
{
background-color: #79D1BD;
}
</style>
border-color css
<style>
span { border-color: #79D1BD; }
span { border-color: rgb(121,209,189); }
td.TdClassName
{
border-color: #79D1BD;
}
.TagClassName
{
border-color: #79D1BD;
}
</style>