Shades of Downy #5EEBCB
Tints of Downy #5EEBCB
RGB
CMYK
RGB Variations
Color information
#5EEBCB (or 0x5EEBCB) is known color: Downy. HEX triplet: 5E, EB and CB. RGB value is (94,235,203). Sum of RGB (Red+Green+Blue) = 94+235+203=532 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.67% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 235 - color contains mainly: green. Hex color #5EEBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEBCB is #A11434. Grayscale: #BDBDBD. Windows color (decimal): -10556469 or 13364062. OLE color: 13364062.
HSL color Cylindrical-coordinate representation of color #5EEBCB: hue angle of 166.38º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEBCB is Cyan = 0.6, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 235 | 203 | - |
| CMYK | 0.6 | 0 | 0.14 | 0.08 |
| HSL | 166.38º | 0.78% | 0.65% | - |
| HSV(B) | 166.38º | 0.6% | 0.92% | - |
| XYZ | 45.1 | 66.11 | 66.88 | - |
| YUV | 189.19 | 135.79 | 60.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 235 | 203 | 0.6 | 0 | 0.14 | 0.08 | 166.38 | 0.78 | 0.65 |
| Hex | 5E | EB | CB | 3C | 0 | E | 8 | A6 | 4E | 41 |
| Octal | 136 | 353 | 313 | 74 | 0 | 16 | 10 | 246 | 116 | 101 |
| Binary | 1011110 | 11101011 | 11001011 | 111100 | 0 | 1110 | 1000 | 10100110 | 1001110 | 1000001 |
Color Harmonies of #5EEBCB
Complementary color
Monochromatic Colors of #5EEBCB
Black with #5EEBCB
Text Example
Text Example
White with #5EEBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEBCB; }
p { color: rgb(94,235,203); }
H1.HeaderClassName
{
color: #5EEBCB;
}
.AnyTagClassName
{
color: #5EEBCB;
}
</style>
background-color css
<style>
a { background-color: #5EEBCB; }
a { background-color: rgb(94,235,203); }
div.DivClassName
{
background-color: #5EEBCB;
}
.BgClassName
{
background-color: #5EEBCB;
}
</style>
border-color css
<style>
span { border-color: #5EEBCB; }
span { border-color: rgb(94,235,203); }
td.TdClassName
{
border-color: #5EEBCB;
}
.TagClassName
{
border-color: #5EEBCB;
}
</style>