Shades of Downy #5EE6CD
Tints of Downy #5EE6CD
RGB
CMYK
RGB Variations
Color information
#5EE6CD (or 0x5EE6CD) is known color: Downy. HEX triplet: 5E, E6 and CD. RGB value is (94,230,205). Sum of RGB (Red+Green+Blue) = 94+230+205=529 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.77% from 529); Green value is 230 (90.23% from 255 or 43.48% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 230 - color contains mainly: green. Hex color #5EE6CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EE6CD is #A11932. Grayscale: #BABABA. Windows color (decimal): -10557747 or 13493854. OLE color: 13493854.
HSL color Cylindrical-coordinate representation of color #5EE6CD: hue angle of 168.97º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5EE6CD is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 94 | 230 | 205 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.10 |
| HSL | 168.97º | 0.73% | 0.64% | - |
| HSV(B) | 168.97º | 0.59% | 0.9% | - |
| XYZ | 43.93 | 63.38 | 67.68 | - |
| YUV | 186.49 | 138.44 | 62.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 230 | 205 | 0.59 | 0 | 0.11 | 0.10 | 168.97 | 0.73 | 0.64 |
| Hex | 5E | E6 | CD | 3B | 0 | B | A | A9 | 49 | 40 |
| Octal | 136 | 346 | 315 | 73 | 0 | 13 | 12 | 251 | 111 | 100 |
| Binary | 1011110 | 11100110 | 11001101 | 111011 | 0 | 1011 | 1010 | 10101001 | 1001001 | 1000000 |
Color Harmonies of #5EE6CD
Complementary color
Monochromatic Colors of #5EE6CD
Black with #5EE6CD
Text Example
Text Example
White with #5EE6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE6CD; }
p { color: rgb(94,230,205); }
H1.HeaderClassName
{
color: #5EE6CD;
}
.AnyTagClassName
{
color: #5EE6CD;
}
</style>
background-color css
<style>
a { background-color: #5EE6CD; }
a { background-color: rgb(94,230,205); }
div.DivClassName
{
background-color: #5EE6CD;
}
.BgClassName
{
background-color: #5EE6CD;
}
</style>
border-color css
<style>
span { border-color: #5EE6CD; }
span { border-color: rgb(94,230,205); }
td.TdClassName
{
border-color: #5EE6CD;
}
.TagClassName
{
border-color: #5EE6CD;
}
</style>