Shades of Downy #5EEACB
Tints of Downy #5EEACB
RGB
CMYK
RGB Variations
Color information
#5EEACB (or 0x5EEACB) is known color: Downy. HEX triplet: 5E, EA and CB. RGB value is (94,234,203). Sum of RGB (Red+Green+Blue) = 94+234+203=531 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.70% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #5EEACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEACB is #A11534. Grayscale: #BCBCBC. Windows color (decimal): -10556725 or 13363806. OLE color: 13363806.
HSL color Cylindrical-coordinate representation of color #5EEACB: hue angle of 166.71º 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 #5EEACB is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 234 | 203 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.08 |
| HSL | 166.71º | 0.77% | 0.64% | - |
| HSV(B) | 166.71º | 0.6% | 0.92% | - |
| XYZ | 44.82 | 65.54 | 66.79 | - |
| YUV | 188.61 | 136.12 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 234 | 203 | 0.60 | 0 | 0.13 | 0.08 | 166.71 | 0.77 | 0.64 |
| Hex | 5E | EA | CB | 3C | 0 | D | 8 | A7 | 4D | 40 |
| Octal | 136 | 352 | 313 | 74 | 0 | 15 | 10 | 247 | 115 | 100 |
| Binary | 1011110 | 11101010 | 11001011 | 111100 | 0 | 1101 | 1000 | 10100111 | 1001101 | 1000000 |
Color Harmonies of #5EEACB
Complementary color
Monochromatic Colors of #5EEACB
Black with #5EEACB
Text Example
Text Example
White with #5EEACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEACB; }
p { color: rgb(94,234,203); }
H1.HeaderClassName
{
color: #5EEACB;
}
.AnyTagClassName
{
color: #5EEACB;
}
</style>
background-color css
<style>
a { background-color: #5EEACB; }
a { background-color: rgb(94,234,203); }
div.DivClassName
{
background-color: #5EEACB;
}
.BgClassName
{
background-color: #5EEACB;
}
</style>
border-color css
<style>
span { border-color: #5EEACB; }
span { border-color: rgb(94,234,203); }
td.TdClassName
{
border-color: #5EEACB;
}
.TagClassName
{
border-color: #5EEACB;
}
</style>