Shades of Downy #79D0CA
Tints of Downy #79D0CA
RGB
CMYK
RGB Variations
Color information
#79D0CA (or 0x79D0CA) is known color: Downy. HEX triplet: 79, D0 and CA. RGB value is (121,208,202). Sum of RGB (Red+Green+Blue) = 121+208+202=531 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.79% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 208 - color contains mainly: green. Hex color #79D0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79D0CA is #862F35. Grayscale: #B5B5B5. Windows color (decimal): -8793910 or 13291641. OLE color: 13291641.
HSL color Cylindrical-coordinate representation of color #79D0CA: hue angle of 175.86º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79D0CA is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 121 | 208 | 202 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.18 |
| HSL | 175.86º | 0.48% | 0.65% | - |
| HSV(B) | 175.86º | 0.42% | 0.82% | - |
| XYZ | 41.1 | 53.44 | 64.03 | - |
| YUV | 181.3 | 139.68 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 208 | 202 | 0.42 | 0 | 0.03 | 0.18 | 175.86 | 0.48 | 0.65 |
| Hex | 79 | D0 | CA | 2A | 0 | 3 | 12 | B0 | 30 | 41 |
| Octal | 171 | 320 | 312 | 52 | 0 | 3 | 22 | 260 | 60 | 101 |
| Binary | 1111001 | 11010000 | 11001010 | 101010 | 0 | 11 | 10010 | 10110000 | 110000 | 1000001 |
Color Harmonies of #79D0CA
Complementary color
Monochromatic Colors of #79D0CA
Black with #79D0CA
Text Example
Text Example
White with #79D0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79D0CA; }
p { color: rgb(121,208,202); }
H1.HeaderClassName
{
color: #79D0CA;
}
.AnyTagClassName
{
color: #79D0CA;
}
</style>
background-color css
<style>
a { background-color: #79D0CA; }
a { background-color: rgb(121,208,202); }
div.DivClassName
{
background-color: #79D0CA;
}
.BgClassName
{
background-color: #79D0CA;
}
</style>
border-color css
<style>
span { border-color: #79D0CA; }
span { border-color: rgb(121,208,202); }
td.TdClassName
{
border-color: #79D0CA;
}
.TagClassName
{
border-color: #79D0CA;
}
</style>