Shades of Downy #5EDCBC
Tints of Downy #5EDCBC
RGB
CMYK
RGB Variations
Color information
#5EDCBC (or 0x5EDCBC) is known color: Downy. HEX triplet: 5E, DC and BC. RGB value is (94,220,188). Sum of RGB (Red+Green+Blue) = 94+220+188=502 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.73% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #5EDCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDCBC is #A12343. Grayscale: #B2B2B2. Windows color (decimal): -10560324 or 12377182. OLE color: 12377182.
HSL color Cylindrical-coordinate representation of color #5EDCBC: hue angle of 164.76º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDCBC is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 220 | 188 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.14 |
| HSL | 164.76º | 0.64% | 0.62% | - |
| HSV(B) | 164.76º | 0.57% | 0.86% | - |
| XYZ | 39.29 | 57.2 | 56.55 | - |
| YUV | 178.68 | 133.26 | 67.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 220 | 188 | 0.57 | 0 | 0.15 | 0.14 | 164.76 | 0.64 | 0.62 |
| Hex | 5E | DC | BC | 39 | 0 | F | E | A5 | 40 | 3E |
| Octal | 136 | 334 | 274 | 71 | 0 | 17 | 16 | 245 | 100 | 76 |
| Binary | 1011110 | 11011100 | 10111100 | 111001 | 0 | 1111 | 1110 | 10100101 | 1000000 | 111110 |
Color Harmonies of #5EDCBC
Complementary color
Monochromatic Colors of #5EDCBC
Black with #5EDCBC
Text Example
Text Example
White with #5EDCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDCBC; }
p { color: rgb(94,220,188); }
H1.HeaderClassName
{
color: #5EDCBC;
}
.AnyTagClassName
{
color: #5EDCBC;
}
</style>
background-color css
<style>
a { background-color: #5EDCBC; }
a { background-color: rgb(94,220,188); }
div.DivClassName
{
background-color: #5EDCBC;
}
.BgClassName
{
background-color: #5EDCBC;
}
</style>
border-color css
<style>
span { border-color: #5EDCBC; }
span { border-color: rgb(94,220,188); }
td.TdClassName
{
border-color: #5EDCBC;
}
.TagClassName
{
border-color: #5EDCBC;
}
</style>