Shades of Downy #5EEAC0
Tints of Downy #5EEAC0
RGB
CMYK
RGB Variations
Color information
#5EEAC0 (or 0x5EEAC0) is known color: Downy. HEX triplet: 5E, EA and C0. RGB value is (94,234,192). Sum of RGB (Red+Green+Blue) = 94+234+192=520 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.08% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 234 - color contains mainly: green. Hex color #5EEAC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEAC0 is #A1153F. Grayscale: #BBBBBB. Windows color (decimal): -10556736 or 12642910. OLE color: 12642910.
HSL color Cylindrical-coordinate representation of color #5EEAC0: hue angle of 162º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEAC0 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 234 | 192 | - |
| CMYK | 0.60 | 0 | 0.18 | 0.08 |
| HSL | 162º | 0.77% | 0.64% | - |
| HSV(B) | 162º | 0.6% | 0.92% | - |
| XYZ | 43.55 | 65.03 | 60.13 | - |
| YUV | 187.35 | 130.62 | 61.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 234 | 192 | 0.60 | 0 | 0.18 | 0.08 | 162 | 0.77 | 0.64 |
| Hex | 5E | EA | C0 | 3C | 0 | 12 | 8 | A2 | 4D | 40 |
| Octal | 136 | 352 | 300 | 74 | 0 | 22 | 10 | 242 | 115 | 100 |
| Binary | 1011110 | 11101010 | 11000000 | 111100 | 0 | 10010 | 1000 | 10100010 | 1001101 | 1000000 |
Color Harmonies of #5EEAC0
Complementary color
Monochromatic Colors of #5EEAC0
Black with #5EEAC0
Text Example
Text Example
White with #5EEAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEAC0; }
p { color: rgb(94,234,192); }
H1.HeaderClassName
{
color: #5EEAC0;
}
.AnyTagClassName
{
color: #5EEAC0;
}
</style>
background-color css
<style>
a { background-color: #5EEAC0; }
a { background-color: rgb(94,234,192); }
div.DivClassName
{
background-color: #5EEAC0;
}
.BgClassName
{
background-color: #5EEAC0;
}
</style>
border-color css
<style>
span { border-color: #5EEAC0; }
span { border-color: rgb(94,234,192); }
td.TdClassName
{
border-color: #5EEAC0;
}
.TagClassName
{
border-color: #5EEAC0;
}
</style>