Shades of Downy #74DAC9
Tints of Downy #74DAC9
RGB
CMYK
RGB Variations
Color information
#74DAC9 (or 0x74DAC9) is known color: Downy. HEX triplet: 74, DA and C9. RGB value is (116,218,201). Sum of RGB (Red+Green+Blue) = 116+218+201=535 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.68% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 201 (78.91% from 255 or 37.57% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #74DAC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DAC9 is #8B2536. Grayscale: #B9B9B9. Windows color (decimal): -9119031 or 13228660. OLE color: 13228660.
HSL color Cylindrical-coordinate representation of color #74DAC9: hue angle of 170º 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 #74DAC9 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 218 | 201 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.15 |
| HSL | 170º | 0.58% | 0.65% | - |
| HSV(B) | 170º | 0.47% | 0.85% | - |
| XYZ | 42.82 | 58.07 | 64.21 | - |
| YUV | 185.56 | 136.71 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 218 | 201 | 0.47 | 0 | 0.08 | 0.15 | 170 | 0.58 | 0.65 |
| Hex | 74 | DA | C9 | 2F | 0 | 8 | F | AA | 3A | 41 |
| Octal | 164 | 332 | 311 | 57 | 0 | 10 | 17 | 252 | 72 | 101 |
| Binary | 1110100 | 11011010 | 11001001 | 101111 | 0 | 1000 | 1111 | 10101010 | 111010 | 1000001 |
Color Harmonies of #74DAC9
Complementary color
Monochromatic Colors of #74DAC9
Black with #74DAC9
Text Example
Text Example
White with #74DAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DAC9; }
p { color: rgb(116,218,201); }
H1.HeaderClassName
{
color: #74DAC9;
}
.AnyTagClassName
{
color: #74DAC9;
}
</style>
background-color css
<style>
a { background-color: #74DAC9; }
a { background-color: rgb(116,218,201); }
div.DivClassName
{
background-color: #74DAC9;
}
.BgClassName
{
background-color: #74DAC9;
}
</style>
border-color css
<style>
span { border-color: #74DAC9; }
span { border-color: rgb(116,218,201); }
td.TdClassName
{
border-color: #74DAC9;
}
.TagClassName
{
border-color: #74DAC9;
}
</style>