Shades of Downy #79CFBB
Tints of Downy #79CFBB
RGB
CMYK
RGB Variations
Color information
#79CFBB (or 0x79CFBB) is known color: Downy. HEX triplet: 79, CF and BB. RGB value is (121,207,187). Sum of RGB (Red+Green+Blue) = 121+207+187=515 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.50% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 207 - color contains mainly: green. Hex color #79CFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CFBB is #863044. Grayscale: #B3B3B3. Windows color (decimal): -8794181 or 12308345. OLE color: 12308345.
HSL color Cylindrical-coordinate representation of color #79CFBB: hue angle of 166.05º 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 #79CFBB is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 207 | 187 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.19 |
| HSL | 166.05º | 0.47% | 0.64% | - |
| HSV(B) | 166.05º | 0.42% | 0.81% | - |
| XYZ | 39.17 | 52.28 | 55.04 | - |
| YUV | 179.01 | 132.51 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 207 | 187 | 0.42 | 0 | 0.10 | 0.19 | 166.05 | 0.47 | 0.64 |
| Hex | 79 | CF | BB | 2A | 0 | A | 13 | A6 | 2F | 40 |
| Octal | 171 | 317 | 273 | 52 | 0 | 12 | 23 | 246 | 57 | 100 |
| Binary | 1111001 | 11001111 | 10111011 | 101010 | 0 | 1010 | 10011 | 10100110 | 101111 | 1000000 |
Color Harmonies of #79CFBB
Complementary color
Monochromatic Colors of #79CFBB
Black with #79CFBB
Text Example
Text Example
White with #79CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CFBB; }
p { color: rgb(121,207,187); }
H1.HeaderClassName
{
color: #79CFBB;
}
.AnyTagClassName
{
color: #79CFBB;
}
</style>
background-color css
<style>
a { background-color: #79CFBB; }
a { background-color: rgb(121,207,187); }
div.DivClassName
{
background-color: #79CFBB;
}
.BgClassName
{
background-color: #79CFBB;
}
</style>
border-color css
<style>
span { border-color: #79CFBB; }
span { border-color: rgb(121,207,187); }
td.TdClassName
{
border-color: #79CFBB;
}
.TagClassName
{
border-color: #79CFBB;
}
</style>