Shades of Downy #5ECEC3
Tints of Downy #5ECEC3
RGB
CMYK
RGB Variations
Color information
#5ECEC3 (or 0x5ECEC3) is known color: Downy. HEX triplet: 5E, CE and C3. RGB value is (94,206,195). Sum of RGB (Red+Green+Blue) = 94+206+195=495 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.99% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 195 (76.56% from 255 or 39.39% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #5ECEC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECEC3 is #A1313C. Grayscale: #ABABAB. Windows color (decimal): -10563901 or 12832350. OLE color: 12832350.
HSL color Cylindrical-coordinate representation of color #5ECEC3: hue angle of 174.11º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECEC3 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 206 | 195 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.19 |
| HSL | 174.11º | 0.53% | 0.59% | - |
| HSV(B) | 174.11º | 0.54% | 0.81% | - |
| XYZ | 36.54 | 50.46 | 59.44 | - |
| YUV | 171.26 | 141.39 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 206 | 195 | 0.54 | 0 | 0.05 | 0.19 | 174.11 | 0.53 | 0.59 |
| Hex | 5E | CE | C3 | 36 | 0 | 5 | 13 | AE | 35 | 3B |
| Octal | 136 | 316 | 303 | 66 | 0 | 5 | 23 | 256 | 65 | 73 |
| Binary | 1011110 | 11001110 | 11000011 | 110110 | 0 | 101 | 10011 | 10101110 | 110101 | 111011 |
Color Harmonies of #5ECEC3
Complementary color
Monochromatic Colors of #5ECEC3
Black with #5ECEC3
Text Example
Text Example
White with #5ECEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECEC3; }
p { color: rgb(94,206,195); }
H1.HeaderClassName
{
color: #5ECEC3;
}
.AnyTagClassName
{
color: #5ECEC3;
}
</style>
background-color css
<style>
a { background-color: #5ECEC3; }
a { background-color: rgb(94,206,195); }
div.DivClassName
{
background-color: #5ECEC3;
}
.BgClassName
{
background-color: #5ECEC3;
}
</style>
border-color css
<style>
span { border-color: #5ECEC3; }
span { border-color: rgb(94,206,195); }
td.TdClassName
{
border-color: #5ECEC3;
}
.TagClassName
{
border-color: #5ECEC3;
}
</style>