Shades of Downy #5EDEC7
Tints of Downy #5EDEC7
RGB
CMYK
RGB Variations
Color information
#5EDEC7 (or 0x5EDEC7) is known color: Downy. HEX triplet: 5E, DE and C7. RGB value is (94,222,199). Sum of RGB (Red+Green+Blue) = 94+222+199=515 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.25% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 199 (78.12% from 255 or 38.64% from 515); Max value from RGB is 222 - color contains mainly: green. Hex color #5EDEC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDEC7 is #A12138. Grayscale: #B5B5B5. Windows color (decimal): -10559801 or 13098590. OLE color: 13098590.
HSL color Cylindrical-coordinate representation of color #5EDEC7: hue angle of 169.22º degrees, saturation: 0.66, 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 #5EDEC7 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 222 | 199 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.13 |
| HSL | 169.22º | 0.66% | 0.62% | - |
| HSV(B) | 169.22º | 0.58% | 0.87% | - |
| XYZ | 41.05 | 58.75 | 63.21 | - |
| YUV | 181.11 | 138.09 | 65.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 222 | 199 | 0.58 | 0 | 0.10 | 0.13 | 169.22 | 0.66 | 0.62 |
| Hex | 5E | DE | C7 | 3A | 0 | A | D | A9 | 42 | 3E |
| Octal | 136 | 336 | 307 | 72 | 0 | 12 | 15 | 251 | 102 | 76 |
| Binary | 1011110 | 11011110 | 11000111 | 111010 | 0 | 1010 | 1101 | 10101001 | 1000010 | 111110 |
Color Harmonies of #5EDEC7
Complementary color
Monochromatic Colors of #5EDEC7
Black with #5EDEC7
Text Example
Text Example
White with #5EDEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDEC7; }
p { color: rgb(94,222,199); }
H1.HeaderClassName
{
color: #5EDEC7;
}
.AnyTagClassName
{
color: #5EDEC7;
}
</style>
background-color css
<style>
a { background-color: #5EDEC7; }
a { background-color: rgb(94,222,199); }
div.DivClassName
{
background-color: #5EDEC7;
}
.BgClassName
{
background-color: #5EDEC7;
}
</style>
border-color css
<style>
span { border-color: #5EDEC7; }
span { border-color: rgb(94,222,199); }
td.TdClassName
{
border-color: #5EDEC7;
}
.TagClassName
{
border-color: #5EDEC7;
}
</style>