Shades of Downy #5EDACC
Tints of Downy #5EDACC
RGB
CMYK
RGB Variations
Color information
#5EDACC (or 0x5EDACC) is known color: Downy. HEX triplet: 5E, DA and CC. RGB value is (94,218,204). Sum of RGB (Red+Green+Blue) = 94+218+204=516 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.22% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #5EDACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDACC is #A12533. Grayscale: #B3B3B3. Windows color (decimal): -10560820 or 13425246. OLE color: 13425246.
HSL color Cylindrical-coordinate representation of color #5EDACC: hue angle of 173.23º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDACC is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 218 | 204 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.15 |
| HSL | 173.23º | 0.63% | 0.61% | - |
| HSV(B) | 173.23º | 0.57% | 0.85% | - |
| XYZ | 40.59 | 56.88 | 65.97 | - |
| YUV | 179.33 | 141.92 | 67.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 218 | 204 | 0.57 | 0 | 0.06 | 0.15 | 173.23 | 0.63 | 0.61 |
| Hex | 5E | DA | CC | 39 | 0 | 6 | F | AD | 3F | 3D |
| Octal | 136 | 332 | 314 | 71 | 0 | 6 | 17 | 255 | 77 | 75 |
| Binary | 1011110 | 11011010 | 11001100 | 111001 | 0 | 110 | 1111 | 10101101 | 111111 | 111101 |
Color Harmonies of #5EDACC
Complementary color
Monochromatic Colors of #5EDACC
Black with #5EDACC
Text Example
Text Example
White with #5EDACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDACC; }
p { color: rgb(94,218,204); }
H1.HeaderClassName
{
color: #5EDACC;
}
.AnyTagClassName
{
color: #5EDACC;
}
</style>
background-color css
<style>
a { background-color: #5EDACC; }
a { background-color: rgb(94,218,204); }
div.DivClassName
{
background-color: #5EDACC;
}
.BgClassName
{
background-color: #5EDACC;
}
</style>
border-color css
<style>
span { border-color: #5EDACC; }
span { border-color: rgb(94,218,204); }
td.TdClassName
{
border-color: #5EDACC;
}
.TagClassName
{
border-color: #5EDACC;
}
</style>