Shades of Downy #5EECCB
Tints of Downy #5EECCB
RGB
CMYK
RGB Variations
Color information
#5EECCB (or 0x5EECCB) is known color: Downy. HEX triplet: 5E, EC and CB. RGB value is (94,236,203). Sum of RGB (Red+Green+Blue) = 94+236+203=533 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.64% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #5EECCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EECCB is #A11334. Grayscale: #BDBDBD. Windows color (decimal): -10556213 or 13364318. OLE color: 13364318.
HSL color Cylindrical-coordinate representation of color #5EECCB: hue angle of 166.06º 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 #5EECCB is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 236 | 203 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.07 |
| HSL | 166.06º | 0.79% | 0.65% | - |
| HSV(B) | 166.06º | 0.6% | 0.93% | - |
| XYZ | 45.39 | 66.68 | 66.98 | - |
| YUV | 189.78 | 135.46 | 59.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 236 | 203 | 0.60 | 0 | 0.14 | 0.07 | 166.06 | 0.79 | 0.65 |
| Hex | 5E | EC | CB | 3C | 0 | E | 7 | A6 | 4F | 41 |
| Octal | 136 | 354 | 313 | 74 | 0 | 16 | 7 | 246 | 117 | 101 |
| Binary | 1011110 | 11101100 | 11001011 | 111100 | 0 | 1110 | 111 | 10100110 | 1001111 | 1000001 |
Color Harmonies of #5EECCB
Complementary color
Monochromatic Colors of #5EECCB
Black with #5EECCB
Text Example
Text Example
White with #5EECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EECCB; }
p { color: rgb(94,236,203); }
H1.HeaderClassName
{
color: #5EECCB;
}
.AnyTagClassName
{
color: #5EECCB;
}
</style>
background-color css
<style>
a { background-color: #5EECCB; }
a { background-color: rgb(94,236,203); }
div.DivClassName
{
background-color: #5EECCB;
}
.BgClassName
{
background-color: #5EECCB;
}
</style>
border-color css
<style>
span { border-color: #5EECCB; }
span { border-color: rgb(94,236,203); }
td.TdClassName
{
border-color: #5EECCB;
}
.TagClassName
{
border-color: #5EECCB;
}
</style>