Shades of Downy #79CEC2
Tints of Downy #79CEC2
RGB
CMYK
RGB Variations
Color information
#79CEC2 (or 0x79CEC2) is known color: Downy. HEX triplet: 79, CE and C2. RGB value is (121,206,194). Sum of RGB (Red+Green+Blue) = 121+206+194=521 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.22% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #79CEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CEC2 is #86313D. Grayscale: #B3B3B3. Windows color (decimal): -8794430 or 12766841. OLE color: 12766841.
HSL color Cylindrical-coordinate representation of color #79CEC2: hue angle of 171.53º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79CEC2 is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 206 | 194 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.19 |
| HSL | 171.53º | 0.46% | 0.64% | - |
| HSV(B) | 171.53º | 0.41% | 0.81% | - |
| XYZ | 39.69 | 52.1 | 59 | - |
| YUV | 179.22 | 136.34 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 206 | 194 | 0.41 | 0 | 0.06 | 0.19 | 171.53 | 0.46 | 0.64 |
| Hex | 79 | CE | C2 | 29 | 0 | 6 | 13 | AC | 2E | 40 |
| Octal | 171 | 316 | 302 | 51 | 0 | 6 | 23 | 254 | 56 | 100 |
| Binary | 1111001 | 11001110 | 11000010 | 101001 | 0 | 110 | 10011 | 10101100 | 101110 | 1000000 |
Color Harmonies of #79CEC2
Complementary color
Monochromatic Colors of #79CEC2
Black with #79CEC2
Text Example
Text Example
White with #79CEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CEC2; }
p { color: rgb(121,206,194); }
H1.HeaderClassName
{
color: #79CEC2;
}
.AnyTagClassName
{
color: #79CEC2;
}
</style>
background-color css
<style>
a { background-color: #79CEC2; }
a { background-color: rgb(121,206,194); }
div.DivClassName
{
background-color: #79CEC2;
}
.BgClassName
{
background-color: #79CEC2;
}
</style>
border-color css
<style>
span { border-color: #79CEC2; }
span { border-color: rgb(121,206,194); }
td.TdClassName
{
border-color: #79CEC2;
}
.TagClassName
{
border-color: #79CEC2;
}
</style>