Shades of Downy #79CFC2
Tints of Downy #79CFC2
RGB
CMYK
RGB Variations
Color information
#79CFC2 (or 0x79CFC2) is known color: Downy. HEX triplet: 79, CF and C2. RGB value is (121,207,194). Sum of RGB (Red+Green+Blue) = 121+207+194=522 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.18% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 207 - color contains mainly: green. Hex color #79CFC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CFC2 is #86303D. Grayscale: #B3B3B3. Windows color (decimal): -8794174 or 12767097. OLE color: 12767097.
HSL color Cylindrical-coordinate representation of color #79CFC2: hue angle of 170.93º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79CFC2 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 207 | 194 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.19 |
| HSL | 170.93º | 0.47% | 0.64% | - |
| HSV(B) | 170.93º | 0.42% | 0.81% | - |
| XYZ | 39.94 | 52.59 | 59.08 | - |
| YUV | 179.8 | 136.01 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 207 | 194 | 0.42 | 0 | 0.06 | 0.19 | 170.93 | 0.47 | 0.64 |
| Hex | 79 | CF | C2 | 2A | 0 | 6 | 13 | AB | 2F | 40 |
| Octal | 171 | 317 | 302 | 52 | 0 | 6 | 23 | 253 | 57 | 100 |
| Binary | 1111001 | 11001111 | 11000010 | 101010 | 0 | 110 | 10011 | 10101011 | 101111 | 1000000 |
Color Harmonies of #79CFC2
Complementary color
Monochromatic Colors of #79CFC2
Black with #79CFC2
Text Example
Text Example
White with #79CFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CFC2; }
p { color: rgb(121,207,194); }
H1.HeaderClassName
{
color: #79CFC2;
}
.AnyTagClassName
{
color: #79CFC2;
}
</style>
background-color css
<style>
a { background-color: #79CFC2; }
a { background-color: rgb(121,207,194); }
div.DivClassName
{
background-color: #79CFC2;
}
.BgClassName
{
background-color: #79CFC2;
}
</style>
border-color css
<style>
span { border-color: #79CFC2; }
span { border-color: rgb(121,207,194); }
td.TdClassName
{
border-color: #79CFC2;
}
.TagClassName
{
border-color: #79CFC2;
}
</style>