Shades of Downy #79CFC0
Tints of Downy #79CFC0
RGB
CMYK
RGB Variations
Color information
#79CFC0 (or 0x79CFC0) is known color: Downy. HEX triplet: 79, CF and C0. RGB value is (121,207,192). Sum of RGB (Red+Green+Blue) = 121+207+192=520 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.27% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 207 - color contains mainly: green. Hex color #79CFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CFC0 is #86303F. Grayscale: #B3B3B3. Windows color (decimal): -8794176 or 12636025. OLE color: 12636025.
HSL color Cylindrical-coordinate representation of color #79CFC0: hue angle of 169.53º 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 #79CFC0 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 207 | 192 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.19 |
| HSL | 169.53º | 0.47% | 0.64% | - |
| HSV(B) | 169.53º | 0.42% | 0.81% | - |
| XYZ | 39.71 | 52.5 | 57.91 | - |
| YUV | 179.58 | 135.01 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 207 | 192 | 0.42 | 0 | 0.07 | 0.19 | 169.53 | 0.47 | 0.64 |
| Hex | 79 | CF | C0 | 2A | 0 | 7 | 13 | AA | 2F | 40 |
| Octal | 171 | 317 | 300 | 52 | 0 | 7 | 23 | 252 | 57 | 100 |
| Binary | 1111001 | 11001111 | 11000000 | 101010 | 0 | 111 | 10011 | 10101010 | 101111 | 1000000 |
Color Harmonies of #79CFC0
Complementary color
Monochromatic Colors of #79CFC0
Black with #79CFC0
Text Example
Text Example
White with #79CFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CFC0; }
p { color: rgb(121,207,192); }
H1.HeaderClassName
{
color: #79CFC0;
}
.AnyTagClassName
{
color: #79CFC0;
}
</style>
background-color css
<style>
a { background-color: #79CFC0; }
a { background-color: rgb(121,207,192); }
div.DivClassName
{
background-color: #79CFC0;
}
.BgClassName
{
background-color: #79CFC0;
}
</style>
border-color css
<style>
span { border-color: #79CFC0; }
span { border-color: rgb(121,207,192); }
td.TdClassName
{
border-color: #79CFC0;
}
.TagClassName
{
border-color: #79CFC0;
}
</style>