Shades of Downy #5DECBB
Tints of Downy #5DECBB
RGB
CMYK
RGB Variations
Color information
#5DECBB (or 0x5DECBB) is known color: Downy. HEX triplet: 5D, EC and BB. RGB value is (93,236,187). Sum of RGB (Red+Green+Blue) = 93+236+187=516 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.02% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #5DECBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DECBB is #A21344. Grayscale: #BBBBBB. Windows color (decimal): -10621765 or 12315741. OLE color: 12315741.
HSL color Cylindrical-coordinate representation of color #5DECBB: hue angle of 159.44º 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 #5DECBB is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 236 | 187 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.07 |
| HSL | 159.44º | 0.79% | 0.65% | - |
| HSV(B) | 159.44º | 0.61% | 0.93% | - |
| XYZ | 43.48 | 65.91 | 57.44 | - |
| YUV | 187.66 | 127.62 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 236 | 187 | 0.61 | 0 | 0.21 | 0.07 | 159.44 | 0.79 | 0.65 |
| Hex | 5D | EC | BB | 3D | 0 | 15 | 7 | 9F | 4F | 41 |
| Octal | 135 | 354 | 273 | 75 | 0 | 25 | 7 | 237 | 117 | 101 |
| Binary | 1011101 | 11101100 | 10111011 | 111101 | 0 | 10101 | 111 | 10011111 | 1001111 | 1000001 |
Color Harmonies of #5DECBB
Complementary color
Monochromatic Colors of #5DECBB
Black with #5DECBB
Text Example
Text Example
White with #5DECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DECBB; }
p { color: rgb(93,236,187); }
H1.HeaderClassName
{
color: #5DECBB;
}
.AnyTagClassName
{
color: #5DECBB;
}
</style>
background-color css
<style>
a { background-color: #5DECBB; }
a { background-color: rgb(93,236,187); }
div.DivClassName
{
background-color: #5DECBB;
}
.BgClassName
{
background-color: #5DECBB;
}
</style>
border-color css
<style>
span { border-color: #5DECBB; }
span { border-color: rgb(93,236,187); }
td.TdClassName
{
border-color: #5DECBB;
}
.TagClassName
{
border-color: #5DECBB;
}
</style>