Shades of Downy #5EE4CF
Tints of Downy #5EE4CF
RGB
CMYK
RGB Variations
Color information
#5EE4CF (or 0x5EE4CF) is known color: Downy. HEX triplet: 5E, E4 and CF. RGB value is (94,228,207). Sum of RGB (Red+Green+Blue) = 94+228+207=529 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.77% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 228 - color contains mainly: green. Hex color #5EE4CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EE4CF is #A11B30. Grayscale: #B9B9B9. Windows color (decimal): -10558257 or 13624414. OLE color: 13624414.
HSL color Cylindrical-coordinate representation of color #5EE4CF: hue angle of 170.6º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5EE4CF is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 94 | 228 | 207 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.11 |
| HSL | 170.6º | 0.71% | 0.63% | - |
| HSV(B) | 170.6º | 0.59% | 0.89% | - |
| XYZ | 43.62 | 62.37 | 68.77 | - |
| YUV | 185.54 | 140.11 | 62.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 228 | 207 | 0.59 | 0 | 0.09 | 0.11 | 170.6 | 0.71 | 0.63 |
| Hex | 5E | E4 | CF | 3B | 0 | 9 | B | AB | 47 | 3F |
| Octal | 136 | 344 | 317 | 73 | 0 | 11 | 13 | 253 | 107 | 77 |
| Binary | 1011110 | 11100100 | 11001111 | 111011 | 0 | 1001 | 1011 | 10101011 | 1000111 | 111111 |
Color Harmonies of #5EE4CF
Complementary color
Monochromatic Colors of #5EE4CF
Black with #5EE4CF
Text Example
Text Example
White with #5EE4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE4CF; }
p { color: rgb(94,228,207); }
H1.HeaderClassName
{
color: #5EE4CF;
}
.AnyTagClassName
{
color: #5EE4CF;
}
</style>
background-color css
<style>
a { background-color: #5EE4CF; }
a { background-color: rgb(94,228,207); }
div.DivClassName
{
background-color: #5EE4CF;
}
.BgClassName
{
background-color: #5EE4CF;
}
</style>
border-color css
<style>
span { border-color: #5EE4CF; }
span { border-color: rgb(94,228,207); }
td.TdClassName
{
border-color: #5EE4CF;
}
.TagClassName
{
border-color: #5EE4CF;
}
</style>