Shades of Downy #5EDBCB
Tints of Downy #5EDBCB
RGB
CMYK
RGB Variations
Color information
#5EDBCB (or 0x5EDBCB) is known color: Downy. HEX triplet: 5E, DB and CB. RGB value is (94,219,203). Sum of RGB (Red+Green+Blue) = 94+219+203=516 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.22% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #5EDBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDBCB is #A12434. Grayscale: #B3B3B3. Windows color (decimal): -10560565 or 13359966. OLE color: 13359966.
HSL color Cylindrical-coordinate representation of color #5EDBCB: hue angle of 172.32º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDBCB is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 219 | 203 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.14 |
| HSL | 172.32º | 0.63% | 0.61% | - |
| HSV(B) | 172.32º | 0.57% | 0.86% | - |
| XYZ | 40.73 | 57.35 | 65.42 | - |
| YUV | 179.8 | 141.09 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 219 | 203 | 0.57 | 0 | 0.07 | 0.14 | 172.32 | 0.63 | 0.61 |
| Hex | 5E | DB | CB | 39 | 0 | 7 | E | AC | 3F | 3D |
| Octal | 136 | 333 | 313 | 71 | 0 | 7 | 16 | 254 | 77 | 75 |
| Binary | 1011110 | 11011011 | 11001011 | 111001 | 0 | 111 | 1110 | 10101100 | 111111 | 111101 |
Color Harmonies of #5EDBCB
Complementary color
Monochromatic Colors of #5EDBCB
Black with #5EDBCB
Text Example
Text Example
White with #5EDBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDBCB; }
p { color: rgb(94,219,203); }
H1.HeaderClassName
{
color: #5EDBCB;
}
.AnyTagClassName
{
color: #5EDBCB;
}
</style>
background-color css
<style>
a { background-color: #5EDBCB; }
a { background-color: rgb(94,219,203); }
div.DivClassName
{
background-color: #5EDBCB;
}
.BgClassName
{
background-color: #5EDBCB;
}
</style>
border-color css
<style>
span { border-color: #5EDBCB; }
span { border-color: rgb(94,219,203); }
td.TdClassName
{
border-color: #5EDBCB;
}
.TagClassName
{
border-color: #5EDBCB;
}
</style>