Shades of Downy #5EDFC0
Tints of Downy #5EDFC0
RGB
CMYK
RGB Variations
Color information
#5EDFC0 (or 0x5EDFC0) is known color: Downy. HEX triplet: 5E, DF and C0. RGB value is (94,223,192). Sum of RGB (Red+Green+Blue) = 94+223+192=509 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.47% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #5EDFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDFC0 is #A1203F. Grayscale: #B4B4B4. Windows color (decimal): -10559552 or 12640094. OLE color: 12640094.
HSL color Cylindrical-coordinate representation of color #5EDFC0: hue angle of 165.58º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EDFC0 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 223 | 192 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.13 |
| HSL | 165.58º | 0.67% | 0.62% | - |
| HSV(B) | 165.58º | 0.58% | 0.87% | - |
| XYZ | 40.52 | 58.96 | 59.11 | - |
| YUV | 180.9 | 134.26 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 223 | 192 | 0.58 | 0 | 0.14 | 0.13 | 165.58 | 0.67 | 0.62 |
| Hex | 5E | DF | C0 | 3A | 0 | E | D | A6 | 43 | 3E |
| Octal | 136 | 337 | 300 | 72 | 0 | 16 | 15 | 246 | 103 | 76 |
| Binary | 1011110 | 11011111 | 11000000 | 111010 | 0 | 1110 | 1101 | 10100110 | 1000011 | 111110 |
Color Harmonies of #5EDFC0
Complementary color
Monochromatic Colors of #5EDFC0
Black with #5EDFC0
Text Example
Text Example
White with #5EDFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDFC0; }
p { color: rgb(94,223,192); }
H1.HeaderClassName
{
color: #5EDFC0;
}
.AnyTagClassName
{
color: #5EDFC0;
}
</style>
background-color css
<style>
a { background-color: #5EDFC0; }
a { background-color: rgb(94,223,192); }
div.DivClassName
{
background-color: #5EDFC0;
}
.BgClassName
{
background-color: #5EDFC0;
}
</style>
border-color css
<style>
span { border-color: #5EDFC0; }
span { border-color: rgb(94,223,192); }
td.TdClassName
{
border-color: #5EDFC0;
}
.TagClassName
{
border-color: #5EDFC0;
}
</style>