Shades of Downy #74DAD2
Tints of Downy #74DAD2
RGB
CMYK
RGB Variations
Color information
#74DAD2 (or 0x74DAD2) is known color: Downy. HEX triplet: 74, DA and D2. RGB value is (116,218,210). Sum of RGB (Red+Green+Blue) = 116+218+210=544 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.32% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 210 (82.42% from 255 or 38.60% from 544); Max value from RGB is 218 - color contains mainly: green. Hex color #74DAD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DAD2 is #8B252D. Grayscale: #BABABA. Windows color (decimal): -9119022 or 13818484. OLE color: 13818484.
HSL color Cylindrical-coordinate representation of color #74DAD2: hue angle of 175.29º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DAD2 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 218 | 210 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.15 |
| HSL | 175.29º | 0.58% | 0.65% | - |
| HSV(B) | 175.29º | 0.47% | 0.85% | - |
| XYZ | 43.91 | 58.51 | 69.95 | - |
| YUV | 186.59 | 141.21 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 218 | 210 | 0.47 | 0 | 0.04 | 0.15 | 175.29 | 0.58 | 0.65 |
| Hex | 74 | DA | D2 | 2F | 0 | 4 | F | AF | 3A | 41 |
| Octal | 164 | 332 | 322 | 57 | 0 | 4 | 17 | 257 | 72 | 101 |
| Binary | 1110100 | 11011010 | 11010010 | 101111 | 0 | 100 | 1111 | 10101111 | 111010 | 1000001 |
Color Harmonies of #74DAD2
Complementary color
Monochromatic Colors of #74DAD2
Black with #74DAD2
Text Example
Text Example
White with #74DAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DAD2; }
p { color: rgb(116,218,210); }
H1.HeaderClassName
{
color: #74DAD2;
}
.AnyTagClassName
{
color: #74DAD2;
}
</style>
background-color css
<style>
a { background-color: #74DAD2; }
a { background-color: rgb(116,218,210); }
div.DivClassName
{
background-color: #74DAD2;
}
.BgClassName
{
background-color: #74DAD2;
}
</style>
border-color css
<style>
span { border-color: #74DAD2; }
span { border-color: rgb(116,218,210); }
td.TdClassName
{
border-color: #74DAD2;
}
.TagClassName
{
border-color: #74DAD2;
}
</style>