Shades of Downy #5EDBC3
Tints of Downy #5EDBC3
RGB
CMYK
RGB Variations
Color information
#5EDBC3 (or 0x5EDBC3) is known color: Downy. HEX triplet: 5E, DB and C3. RGB value is (94,219,195). Sum of RGB (Red+Green+Blue) = 94+219+195=508 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.50% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 195 (76.56% from 255 or 38.39% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #5EDBC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDBC3 is #A1243C. Grayscale: #B2B2B2. Windows color (decimal): -10560573 or 12835678. OLE color: 12835678.
HSL color Cylindrical-coordinate representation of color #5EDBC3: hue angle of 168.48º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDBC3 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 219 | 195 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.14 |
| HSL | 168.48º | 0.63% | 0.61% | - |
| HSV(B) | 168.48º | 0.57% | 0.86% | - |
| XYZ | 39.8 | 56.98 | 60.53 | - |
| YUV | 178.89 | 137.09 | 67.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 219 | 195 | 0.57 | 0 | 0.11 | 0.14 | 168.48 | 0.63 | 0.61 |
| Hex | 5E | DB | C3 | 39 | 0 | B | E | A8 | 3F | 3D |
| Octal | 136 | 333 | 303 | 71 | 0 | 13 | 16 | 250 | 77 | 75 |
| Binary | 1011110 | 11011011 | 11000011 | 111001 | 0 | 1011 | 1110 | 10101000 | 111111 | 111101 |
Color Harmonies of #5EDBC3
Complementary color
Monochromatic Colors of #5EDBC3
Black with #5EDBC3
Text Example
Text Example
White with #5EDBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDBC3; }
p { color: rgb(94,219,195); }
H1.HeaderClassName
{
color: #5EDBC3;
}
.AnyTagClassName
{
color: #5EDBC3;
}
</style>
background-color css
<style>
a { background-color: #5EDBC3; }
a { background-color: rgb(94,219,195); }
div.DivClassName
{
background-color: #5EDBC3;
}
.BgClassName
{
background-color: #5EDBC3;
}
</style>
border-color css
<style>
span { border-color: #5EDBC3; }
span { border-color: rgb(94,219,195); }
td.TdClassName
{
border-color: #5EDBC3;
}
.TagClassName
{
border-color: #5EDBC3;
}
</style>