Shades of Downy #5EE5CD
Tints of Downy #5EE5CD
RGB
CMYK
RGB Variations
Color information
#5EE5CD (or 0x5EE5CD) is known color: Downy. HEX triplet: 5E, E5 and CD. RGB value is (94,229,205). Sum of RGB (Red+Green+Blue) = 94+229+205=528 (69% of max value = 765). Red value is 94 (37.11% from 255 or 17.80% from 528); Green value is 229 (89.84% from 255 or 43.37% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 229 - color contains mainly: green. Hex color #5EE5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EE5CD is #A11A32. Grayscale: #B9B9B9. Windows color (decimal): -10558003 or 13493598. OLE color: 13493598.
HSL color Cylindrical-coordinate representation of color #5EE5CD: hue angle of 169.33º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5EE5CD is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 94 | 229 | 205 | - |
| CMYK | 0.59 | 0 | 0.10 | 0.10 |
| HSL | 169.33º | 0.72% | 0.63% | - |
| HSV(B) | 169.33º | 0.59% | 0.9% | - |
| XYZ | 43.65 | 62.83 | 67.58 | - |
| YUV | 185.9 | 138.77 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 229 | 205 | 0.59 | 0 | 0.10 | 0.10 | 169.33 | 0.72 | 0.63 |
| Hex | 5E | E5 | CD | 3B | 0 | A | A | A9 | 48 | 3F |
| Octal | 136 | 345 | 315 | 73 | 0 | 12 | 12 | 251 | 110 | 77 |
| Binary | 1011110 | 11100101 | 11001101 | 111011 | 0 | 1010 | 1010 | 10101001 | 1001000 | 111111 |
Color Harmonies of #5EE5CD
Complementary color
Monochromatic Colors of #5EE5CD
Black with #5EE5CD
Text Example
Text Example
White with #5EE5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE5CD; }
p { color: rgb(94,229,205); }
H1.HeaderClassName
{
color: #5EE5CD;
}
.AnyTagClassName
{
color: #5EE5CD;
}
</style>
background-color css
<style>
a { background-color: #5EE5CD; }
a { background-color: rgb(94,229,205); }
div.DivClassName
{
background-color: #5EE5CD;
}
.BgClassName
{
background-color: #5EE5CD;
}
</style>
border-color css
<style>
span { border-color: #5EE5CD; }
span { border-color: rgb(94,229,205); }
td.TdClassName
{
border-color: #5EE5CD;
}
.TagClassName
{
border-color: #5EE5CD;
}
</style>