Shades of Downy #79C9C1
Tints of Downy #79C9C1
RGB
CMYK
RGB Variations
Color information
#79C9C1 (or 0x79C9C1) is known color: Downy. HEX triplet: 79, C9 and C1. RGB value is (121,201,193). Sum of RGB (Red+Green+Blue) = 121+201+193=515 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.50% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 201 - color contains mainly: green. Hex color #79C9C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79C9C1 is #86363E. Grayscale: #B0B0B0. Windows color (decimal): -8795711 or 12700025. OLE color: 12700025.
HSL color Cylindrical-coordinate representation of color #79C9C1: hue angle of 174º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79C9C1 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 201 | 193 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.21 |
| HSL | 174º | 0.43% | 0.63% | - |
| HSV(B) | 174º | 0.4% | 0.79% | - |
| XYZ | 38.4 | 49.69 | 58.02 | - |
| YUV | 176.17 | 137.5 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 201 | 193 | 0.40 | 0 | 0.04 | 0.21 | 174 | 0.43 | 0.63 |
| Hex | 79 | C9 | C1 | 28 | 0 | 4 | 15 | AE | 2B | 3F |
| Octal | 171 | 311 | 301 | 50 | 0 | 4 | 25 | 256 | 53 | 77 |
| Binary | 1111001 | 11001001 | 11000001 | 101000 | 0 | 100 | 10101 | 10101110 | 101011 | 111111 |
Color Harmonies of #79C9C1
Complementary color
Monochromatic Colors of #79C9C1
Black with #79C9C1
Text Example
Text Example
White with #79C9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C9C1; }
p { color: rgb(121,201,193); }
H1.HeaderClassName
{
color: #79C9C1;
}
.AnyTagClassName
{
color: #79C9C1;
}
</style>
background-color css
<style>
a { background-color: #79C9C1; }
a { background-color: rgb(121,201,193); }
div.DivClassName
{
background-color: #79C9C1;
}
.BgClassName
{
background-color: #79C9C1;
}
</style>
border-color css
<style>
span { border-color: #79C9C1; }
span { border-color: rgb(121,201,193); }
td.TdClassName
{
border-color: #79C9C1;
}
.TagClassName
{
border-color: #79C9C1;
}
</style>