Shades of Downy #5EE1CB
Tints of Downy #5EE1CB
RGB
CMYK
RGB Variations
Color information
#5EE1CB (or 0x5EE1CB) is known color: Downy. HEX triplet: 5E, E1 and CB. RGB value is (94,225,203). Sum of RGB (Red+Green+Blue) = 94+225+203=522 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.01% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 225 - color contains mainly: green. Hex color #5EE1CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EE1CB is #A11E34. Grayscale: #B7B7B7. Windows color (decimal): -10559029 or 13361502. OLE color: 13361502.
HSL color Cylindrical-coordinate representation of color #5EE1CB: hue angle of 169.92º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EE1CB is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 94 | 225 | 203 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.12 |
| HSL | 169.92º | 0.69% | 0.63% | - |
| HSV(B) | 169.92º | 0.58% | 0.88% | - |
| XYZ | 42.32 | 60.54 | 65.96 | - |
| YUV | 183.32 | 139.1 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 225 | 203 | 0.58 | 0 | 0.10 | 0.12 | 169.92 | 0.69 | 0.63 |
| Hex | 5E | E1 | CB | 3A | 0 | A | C | AA | 45 | 3F |
| Octal | 136 | 341 | 313 | 72 | 0 | 12 | 14 | 252 | 105 | 77 |
| Binary | 1011110 | 11100001 | 11001011 | 111010 | 0 | 1010 | 1100 | 10101010 | 1000101 | 111111 |
Color Harmonies of #5EE1CB
Complementary color
Monochromatic Colors of #5EE1CB
Black with #5EE1CB
Text Example
Text Example
White with #5EE1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE1CB; }
p { color: rgb(94,225,203); }
H1.HeaderClassName
{
color: #5EE1CB;
}
.AnyTagClassName
{
color: #5EE1CB;
}
</style>
background-color css
<style>
a { background-color: #5EE1CB; }
a { background-color: rgb(94,225,203); }
div.DivClassName
{
background-color: #5EE1CB;
}
.BgClassName
{
background-color: #5EE1CB;
}
</style>
border-color css
<style>
span { border-color: #5EE1CB; }
span { border-color: rgb(94,225,203); }
td.TdClassName
{
border-color: #5EE1CB;
}
.TagClassName
{
border-color: #5EE1CB;
}
</style>