Shades of Downy #5EDDC3
Tints of Downy #5EDDC3
RGB
CMYK
RGB Variations
Color information
#5EDDC3 (or 0x5EDDC3) is known color: Downy. HEX triplet: 5E, DD and C3. RGB value is (94,221,195). Sum of RGB (Red+Green+Blue) = 94+221+195=510 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.43% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #5EDDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDDC3 is #A1223C. Grayscale: #B4B4B4. Windows color (decimal): -10560061 or 12836190. OLE color: 12836190.
HSL color Cylindrical-coordinate representation of color #5EDDC3: hue angle of 167.72º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDDC3 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 221 | 195 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.13 |
| HSL | 167.72º | 0.65% | 0.62% | - |
| HSV(B) | 167.72º | 0.57% | 0.87% | - |
| XYZ | 40.32 | 58.03 | 60.71 | - |
| YUV | 180.06 | 136.42 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 221 | 195 | 0.57 | 0 | 0.12 | 0.13 | 167.72 | 0.65 | 0.62 |
| Hex | 5E | DD | C3 | 39 | 0 | C | D | A8 | 41 | 3E |
| Octal | 136 | 335 | 303 | 71 | 0 | 14 | 15 | 250 | 101 | 76 |
| Binary | 1011110 | 11011101 | 11000011 | 111001 | 0 | 1100 | 1101 | 10101000 | 1000001 | 111110 |
Color Harmonies of #5EDDC3
Complementary color
Monochromatic Colors of #5EDDC3
Black with #5EDDC3
Text Example
Text Example
White with #5EDDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDDC3; }
p { color: rgb(94,221,195); }
H1.HeaderClassName
{
color: #5EDDC3;
}
.AnyTagClassName
{
color: #5EDDC3;
}
</style>
background-color css
<style>
a { background-color: #5EDDC3; }
a { background-color: rgb(94,221,195); }
div.DivClassName
{
background-color: #5EDDC3;
}
.BgClassName
{
background-color: #5EDDC3;
}
</style>
border-color css
<style>
span { border-color: #5EDDC3; }
span { border-color: rgb(94,221,195); }
td.TdClassName
{
border-color: #5EDDC3;
}
.TagClassName
{
border-color: #5EDDC3;
}
</style>