Shades of Downy #5EECCC
Tints of Downy #5EECCC
RGB
CMYK
RGB Variations
Color information
#5EECCC (or 0x5EECCC) is known color: Downy. HEX triplet: 5E, EC and CC. RGB value is (94,236,204). Sum of RGB (Red+Green+Blue) = 94+236+204=534 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.60% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #5EECCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EECCC is #A11333. Grayscale: #BDBDBD. Windows color (decimal): -10556212 or 13429854. OLE color: 13429854.
HSL color Cylindrical-coordinate representation of color #5EECCC: hue angle of 166.48º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EECCC is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 236 | 204 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.07 |
| HSL | 166.48º | 0.79% | 0.65% | - |
| HSV(B) | 166.48º | 0.6% | 0.93% | - |
| XYZ | 45.51 | 66.73 | 67.61 | - |
| YUV | 189.89 | 135.96 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 236 | 204 | 0.60 | 0 | 0.14 | 0.07 | 166.48 | 0.79 | 0.65 |
| Hex | 5E | EC | CC | 3C | 0 | E | 7 | A6 | 4F | 41 |
| Octal | 136 | 354 | 314 | 74 | 0 | 16 | 7 | 246 | 117 | 101 |
| Binary | 1011110 | 11101100 | 11001100 | 111100 | 0 | 1110 | 111 | 10100110 | 1001111 | 1000001 |
Color Harmonies of #5EECCC
Complementary color
Monochromatic Colors of #5EECCC
Black with #5EECCC
Text Example
Text Example
White with #5EECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EECCC; }
p { color: rgb(94,236,204); }
H1.HeaderClassName
{
color: #5EECCC;
}
.AnyTagClassName
{
color: #5EECCC;
}
</style>
background-color css
<style>
a { background-color: #5EECCC; }
a { background-color: rgb(94,236,204); }
div.DivClassName
{
background-color: #5EECCC;
}
.BgClassName
{
background-color: #5EECCC;
}
</style>
border-color css
<style>
span { border-color: #5EECCC; }
span { border-color: rgb(94,236,204); }
td.TdClassName
{
border-color: #5EECCC;
}
.TagClassName
{
border-color: #5EECCC;
}
</style>