Shades of Downy #79CFCA
Tints of Downy #79CFCA
RGB
CMYK
RGB Variations
Color information
#79CFCA (or 0x79CFCA) is known color: Downy. HEX triplet: 79, CF and CA. RGB value is (121,207,202). Sum of RGB (Red+Green+Blue) = 121+207+202=530 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.83% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 207 - color contains mainly: green. Hex color #79CFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CFCA is #863035. Grayscale: #B4B4B4. Windows color (decimal): -8794166 or 13291385. OLE color: 13291385.
HSL color Cylindrical-coordinate representation of color #79CFCA: hue angle of 176.51º 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 #79CFCA is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 207 | 202 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.19 |
| HSL | 176.51º | 0.47% | 0.64% | - |
| HSV(B) | 176.51º | 0.42% | 0.81% | - |
| XYZ | 40.86 | 52.95 | 63.94 | - |
| YUV | 180.72 | 140.01 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 207 | 202 | 0.42 | 0 | 0.02 | 0.19 | 176.51 | 0.47 | 0.64 |
| Hex | 79 | CF | CA | 2A | 0 | 2 | 13 | B1 | 2F | 40 |
| Octal | 171 | 317 | 312 | 52 | 0 | 2 | 23 | 261 | 57 | 100 |
| Binary | 1111001 | 11001111 | 11001010 | 101010 | 0 | 10 | 10011 | 10110001 | 101111 | 1000000 |
Color Harmonies of #79CFCA
Complementary color
Monochromatic Colors of #79CFCA
Black with #79CFCA
Text Example
Text Example
White with #79CFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CFCA; }
p { color: rgb(121,207,202); }
H1.HeaderClassName
{
color: #79CFCA;
}
.AnyTagClassName
{
color: #79CFCA;
}
</style>
background-color css
<style>
a { background-color: #79CFCA; }
a { background-color: rgb(121,207,202); }
div.DivClassName
{
background-color: #79CFCA;
}
.BgClassName
{
background-color: #79CFCA;
}
</style>
border-color css
<style>
span { border-color: #79CFCA; }
span { border-color: rgb(121,207,202); }
td.TdClassName
{
border-color: #79CFCA;
}
.TagClassName
{
border-color: #79CFCA;
}
</style>