Shades of Downy #79D5CB
Tints of Downy #79D5CB
RGB
CMYK
RGB Variations
Color information
#79D5CB (or 0x79D5CB) is known color: Downy. HEX triplet: 79, D5 and CB. RGB value is (121,213,203). Sum of RGB (Red+Green+Blue) = 121+213+203=537 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.53% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 213 - color contains mainly: green. Hex color #79D5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79D5CB is #862A34. Grayscale: #B8B8B8. Windows color (decimal): -8792629 or 13358457. OLE color: 13358457.
HSL color Cylindrical-coordinate representation of color #79D5CB: hue angle of 173.48º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #79D5CB is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 121 | 213 | 203 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.16 |
| HSL | 173.48º | 0.52% | 0.65% | - |
| HSV(B) | 173.48º | 0.43% | 0.84% | - |
| XYZ | 42.46 | 55.97 | 65.06 | - |
| YUV | 184.35 | 138.52 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 213 | 203 | 0.43 | 0 | 0.05 | 0.16 | 173.48 | 0.52 | 0.65 |
| Hex | 79 | D5 | CB | 2B | 0 | 5 | 10 | AD | 34 | 41 |
| Octal | 171 | 325 | 313 | 53 | 0 | 5 | 20 | 255 | 64 | 101 |
| Binary | 1111001 | 11010101 | 11001011 | 101011 | 0 | 101 | 10000 | 10101101 | 110100 | 1000001 |
Color Harmonies of #79D5CB
Complementary color
Monochromatic Colors of #79D5CB
Black with #79D5CB
Text Example
Text Example
White with #79D5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79D5CB; }
p { color: rgb(121,213,203); }
H1.HeaderClassName
{
color: #79D5CB;
}
.AnyTagClassName
{
color: #79D5CB;
}
</style>
background-color css
<style>
a { background-color: #79D5CB; }
a { background-color: rgb(121,213,203); }
div.DivClassName
{
background-color: #79D5CB;
}
.BgClassName
{
background-color: #79D5CB;
}
</style>
border-color css
<style>
span { border-color: #79D5CB; }
span { border-color: rgb(121,213,203); }
td.TdClassName
{
border-color: #79D5CB;
}
.TagClassName
{
border-color: #79D5CB;
}
</style>