Shades of Downy #74DACD
Tints of Downy #74DACD
RGB
CMYK
RGB Variations
Color information
#74DACD (or 0x74DACD) is known color: Downy. HEX triplet: 74, DA and CD. RGB value is (116,218,205). Sum of RGB (Red+Green+Blue) = 116+218+205=539 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.52% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 218 - color contains mainly: green. Hex color #74DACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DACD is #8B2532. Grayscale: #B9B9B9. Windows color (decimal): -9119027 or 13490804. OLE color: 13490804.
HSL color Cylindrical-coordinate representation of color #74DACD: hue angle of 172.35º 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 #74DACD is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 218 | 205 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.15 |
| HSL | 172.35º | 0.58% | 0.65% | - |
| HSV(B) | 172.35º | 0.47% | 0.85% | - |
| XYZ | 43.29 | 58.26 | 66.72 | - |
| YUV | 186.02 | 138.71 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 218 | 205 | 0.47 | 0 | 0.06 | 0.15 | 172.35 | 0.58 | 0.65 |
| Hex | 74 | DA | CD | 2F | 0 | 6 | F | AC | 3A | 41 |
| Octal | 164 | 332 | 315 | 57 | 0 | 6 | 17 | 254 | 72 | 101 |
| Binary | 1110100 | 11011010 | 11001101 | 101111 | 0 | 110 | 1111 | 10101100 | 111010 | 1000001 |
Color Harmonies of #74DACD
Complementary color
Monochromatic Colors of #74DACD
Black with #74DACD
Text Example
Text Example
White with #74DACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DACD; }
p { color: rgb(116,218,205); }
H1.HeaderClassName
{
color: #74DACD;
}
.AnyTagClassName
{
color: #74DACD;
}
</style>
background-color css
<style>
a { background-color: #74DACD; }
a { background-color: rgb(116,218,205); }
div.DivClassName
{
background-color: #74DACD;
}
.BgClassName
{
background-color: #74DACD;
}
</style>
border-color css
<style>
span { border-color: #74DACD; }
span { border-color: rgb(116,218,205); }
td.TdClassName
{
border-color: #74DACD;
}
.TagClassName
{
border-color: #74DACD;
}
</style>