Shades of Downy #79D7BD
Tints of Downy #79D7BD
RGB
CMYK
RGB Variations
Color information
#79D7BD (or 0x79D7BD) is known color: Downy. HEX triplet: 79, D7 and BD. RGB value is (121,215,189). Sum of RGB (Red+Green+Blue) = 121+215+189=525 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.05% from 525); Green value is 215 (84.38% from 255 or 40.95% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 215 - color contains mainly: green. Hex color #79D7BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79D7BD is #862842. Grayscale: #B7B7B7. Windows color (decimal): -8792131 or 12441465. OLE color: 12441465.
HSL color Cylindrical-coordinate representation of color #79D7BD: hue angle of 163.4º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #79D7BD is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 121 | 215 | 189 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.16 |
| HSL | 163.4º | 0.54% | 0.66% | - |
| HSV(B) | 163.4º | 0.44% | 0.84% | - |
| XYZ | 41.37 | 56.34 | 56.84 | - |
| YUV | 183.93 | 130.86 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 215 | 189 | 0.44 | 0 | 0.12 | 0.16 | 163.4 | 0.54 | 0.66 |
| Hex | 79 | D7 | BD | 2C | 0 | C | 10 | A3 | 36 | 42 |
| Octal | 171 | 327 | 275 | 54 | 0 | 14 | 20 | 243 | 66 | 102 |
| Binary | 1111001 | 11010111 | 10111101 | 101100 | 0 | 1100 | 10000 | 10100011 | 110110 | 1000010 |
Color Harmonies of #79D7BD
Complementary color
Monochromatic Colors of #79D7BD
Black with #79D7BD
Text Example
Text Example
White with #79D7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79D7BD; }
p { color: rgb(121,215,189); }
H1.HeaderClassName
{
color: #79D7BD;
}
.AnyTagClassName
{
color: #79D7BD;
}
</style>
background-color css
<style>
a { background-color: #79D7BD; }
a { background-color: rgb(121,215,189); }
div.DivClassName
{
background-color: #79D7BD;
}
.BgClassName
{
background-color: #79D7BD;
}
</style>
border-color css
<style>
span { border-color: #79D7BD; }
span { border-color: rgb(121,215,189); }
td.TdClassName
{
border-color: #79D7BD;
}
.TagClassName
{
border-color: #79D7BD;
}
</style>