Shades of Downy #74DAC5
Tints of Downy #74DAC5
RGB
CMYK
RGB Variations
Color information
#74DAC5 (or 0x74DAC5) is known color: Downy. HEX triplet: 74, DA and C5. RGB value is (116,218,197). Sum of RGB (Red+Green+Blue) = 116+218+197=531 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.85% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #74DAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DAC5 is #8B253A. Grayscale: #B9B9B9. Windows color (decimal): -9119035 or 12966516. OLE color: 12966516.
HSL color Cylindrical-coordinate representation of color #74DAC5: hue angle of 167.65º 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 #74DAC5 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 218 | 197 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.15 |
| HSL | 167.65º | 0.58% | 0.65% | - |
| HSV(B) | 167.65º | 0.47% | 0.85% | - |
| XYZ | 42.35 | 57.89 | 61.76 | - |
| YUV | 185.11 | 134.71 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 218 | 197 | 0.47 | 0 | 0.10 | 0.15 | 167.65 | 0.58 | 0.65 |
| Hex | 74 | DA | C5 | 2F | 0 | A | F | A8 | 3A | 41 |
| Octal | 164 | 332 | 305 | 57 | 0 | 12 | 17 | 250 | 72 | 101 |
| Binary | 1110100 | 11011010 | 11000101 | 101111 | 0 | 1010 | 1111 | 10101000 | 111010 | 1000001 |
Color Harmonies of #74DAC5
Complementary color
Monochromatic Colors of #74DAC5
Black with #74DAC5
Text Example
Text Example
White with #74DAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DAC5; }
p { color: rgb(116,218,197); }
H1.HeaderClassName
{
color: #74DAC5;
}
.AnyTagClassName
{
color: #74DAC5;
}
</style>
background-color css
<style>
a { background-color: #74DAC5; }
a { background-color: rgb(116,218,197); }
div.DivClassName
{
background-color: #74DAC5;
}
.BgClassName
{
background-color: #74DAC5;
}
</style>
border-color css
<style>
span { border-color: #74DAC5; }
span { border-color: rgb(116,218,197); }
td.TdClassName
{
border-color: #74DAC5;
}
.TagClassName
{
border-color: #74DAC5;
}
</style>