Shades of Downy #5ECBC3
Tints of Downy #5ECBC3
RGB
CMYK
RGB Variations
Color information
#5ECBC3 (or 0x5ECBC3) is known color: Downy. HEX triplet: 5E, CB and C3. RGB value is (94,203,195). Sum of RGB (Red+Green+Blue) = 94+203+195=492 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.11% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 195 (76.56% from 255 or 39.63% from 492); Max value from RGB is 203 - color contains mainly: green. Hex color #5ECBC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECBC3 is #A1343C. Grayscale: #A9A9A9. Windows color (decimal): -10564669 or 12831582. OLE color: 12831582.
HSL color Cylindrical-coordinate representation of color #5ECBC3: hue angle of 175.6º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECBC3 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 203 | 195 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.20 |
| HSL | 175.6º | 0.51% | 0.58% | - |
| HSV(B) | 175.6º | 0.54% | 0.8% | - |
| XYZ | 35.82 | 49.03 | 59.21 | - |
| YUV | 169.5 | 142.39 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 203 | 195 | 0.54 | 0 | 0.04 | 0.20 | 175.6 | 0.51 | 0.58 |
| Hex | 5E | CB | C3 | 36 | 0 | 4 | 14 | B0 | 33 | 3A |
| Octal | 136 | 313 | 303 | 66 | 0 | 4 | 24 | 260 | 63 | 72 |
| Binary | 1011110 | 11001011 | 11000011 | 110110 | 0 | 100 | 10100 | 10110000 | 110011 | 111010 |
Color Harmonies of #5ECBC3
Complementary color
Monochromatic Colors of #5ECBC3
Black with #5ECBC3
Text Example
Text Example
White with #5ECBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECBC3; }
p { color: rgb(94,203,195); }
H1.HeaderClassName
{
color: #5ECBC3;
}
.AnyTagClassName
{
color: #5ECBC3;
}
</style>
background-color css
<style>
a { background-color: #5ECBC3; }
a { background-color: rgb(94,203,195); }
div.DivClassName
{
background-color: #5ECBC3;
}
.BgClassName
{
background-color: #5ECBC3;
}
</style>
border-color css
<style>
span { border-color: #5ECBC3; }
span { border-color: rgb(94,203,195); }
td.TdClassName
{
border-color: #5ECBC3;
}
.TagClassName
{
border-color: #5ECBC3;
}
</style>