Shades of Downy #5DECBE
Tints of Downy #5DECBE
RGB
CMYK
RGB Variations
Color information
#5DECBE (or 0x5DECBE) is known color: Downy. HEX triplet: 5D, EC and BE. RGB value is (93,236,190). Sum of RGB (Red+Green+Blue) = 93+236+190=519 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.92% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #5DECBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DECBE is #A21341. Grayscale: #BCBCBC. Windows color (decimal): -10621762 or 12512349. OLE color: 12512349.
HSL color Cylindrical-coordinate representation of color #5DECBE: hue angle of 160.7º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DECBE is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 236 | 190 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.07 |
| HSL | 160.7º | 0.79% | 0.65% | - |
| HSV(B) | 160.7º | 0.61% | 0.93% | - |
| XYZ | 43.8 | 66.04 | 59.15 | - |
| YUV | 188 | 129.12 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 236 | 190 | 0.61 | 0 | 0.19 | 0.07 | 160.7 | 0.79 | 0.65 |
| Hex | 5D | EC | BE | 3D | 0 | 13 | 7 | A1 | 4F | 41 |
| Octal | 135 | 354 | 276 | 75 | 0 | 23 | 7 | 241 | 117 | 101 |
| Binary | 1011101 | 11101100 | 10111110 | 111101 | 0 | 10011 | 111 | 10100001 | 1001111 | 1000001 |
Color Harmonies of #5DECBE
Complementary color
Monochromatic Colors of #5DECBE
Black with #5DECBE
Text Example
Text Example
White with #5DECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DECBE; }
p { color: rgb(93,236,190); }
H1.HeaderClassName
{
color: #5DECBE;
}
.AnyTagClassName
{
color: #5DECBE;
}
</style>
background-color css
<style>
a { background-color: #5DECBE; }
a { background-color: rgb(93,236,190); }
div.DivClassName
{
background-color: #5DECBE;
}
.BgClassName
{
background-color: #5DECBE;
}
</style>
border-color css
<style>
span { border-color: #5DECBE; }
span { border-color: rgb(93,236,190); }
td.TdClassName
{
border-color: #5DECBE;
}
.TagClassName
{
border-color: #5DECBE;
}
</style>