Shades of Downy #5ECFC3
Tints of Downy #5ECFC3
RGB
CMYK
RGB Variations
Color information
#5ECFC3 (or 0x5ECFC3) is known color: Downy. HEX triplet: 5E, CF and C3. RGB value is (94,207,195). Sum of RGB (Red+Green+Blue) = 94+207+195=496 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.95% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 195 (76.56% from 255 or 39.31% from 496); Max value from RGB is 207 - color contains mainly: green. Hex color #5ECFC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECFC3 is #A1303C. Grayscale: #ABABAB. Windows color (decimal): -10563645 or 12832606. OLE color: 12832606.
HSL color Cylindrical-coordinate representation of color #5ECFC3: hue angle of 173.63º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ECFC3 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 207 | 195 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.19 |
| HSL | 173.63º | 0.54% | 0.59% | - |
| HSV(B) | 173.63º | 0.55% | 0.81% | - |
| XYZ | 36.78 | 50.95 | 59.52 | - |
| YUV | 171.85 | 141.06 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 207 | 195 | 0.55 | 0 | 0.06 | 0.19 | 173.63 | 0.54 | 0.59 |
| Hex | 5E | CF | C3 | 37 | 0 | 6 | 13 | AE | 36 | 3B |
| Octal | 136 | 317 | 303 | 67 | 0 | 6 | 23 | 256 | 66 | 73 |
| Binary | 1011110 | 11001111 | 11000011 | 110111 | 0 | 110 | 10011 | 10101110 | 110110 | 111011 |
Color Harmonies of #5ECFC3
Complementary color
Monochromatic Colors of #5ECFC3
Black with #5ECFC3
Text Example
Text Example
White with #5ECFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECFC3; }
p { color: rgb(94,207,195); }
H1.HeaderClassName
{
color: #5ECFC3;
}
.AnyTagClassName
{
color: #5ECFC3;
}
</style>
background-color css
<style>
a { background-color: #5ECFC3; }
a { background-color: rgb(94,207,195); }
div.DivClassName
{
background-color: #5ECFC3;
}
.BgClassName
{
background-color: #5ECFC3;
}
</style>
border-color css
<style>
span { border-color: #5ECFC3; }
span { border-color: rgb(94,207,195); }
td.TdClassName
{
border-color: #5ECFC3;
}
.TagClassName
{
border-color: #5ECFC3;
}
</style>