Shades of Downy #5DECC0
Tints of Downy #5DECC0
RGB
CMYK
RGB Variations
Color information
#5DECC0 (or 0x5DECC0) is known color: Downy. HEX triplet: 5D, EC and C0. RGB value is (93,236,192). Sum of RGB (Red+Green+Blue) = 93+236+192=521 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.85% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 236 - color contains mainly: green. Hex color #5DECC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DECC0 is #A2133F. Grayscale: #BCBCBC. Windows color (decimal): -10621760 or 12643421. OLE color: 12643421.
HSL color Cylindrical-coordinate representation of color #5DECC0: hue angle of 161.54º 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 #5DECC0 is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 236 | 192 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.07 |
| HSL | 161.54º | 0.79% | 0.65% | - |
| HSV(B) | 161.54º | 0.61% | 0.93% | - |
| XYZ | 44.02 | 66.12 | 60.31 | - |
| YUV | 188.23 | 130.12 | 60.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 236 | 192 | 0.61 | 0 | 0.19 | 0.07 | 161.54 | 0.79 | 0.65 |
| Hex | 5D | EC | C0 | 3D | 0 | 13 | 7 | A2 | 4F | 41 |
| Octal | 135 | 354 | 300 | 75 | 0 | 23 | 7 | 242 | 117 | 101 |
| Binary | 1011101 | 11101100 | 11000000 | 111101 | 0 | 10011 | 111 | 10100010 | 1001111 | 1000001 |
Color Harmonies of #5DECC0
Complementary color
Monochromatic Colors of #5DECC0
Black with #5DECC0
Text Example
Text Example
White with #5DECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DECC0; }
p { color: rgb(93,236,192); }
H1.HeaderClassName
{
color: #5DECC0;
}
.AnyTagClassName
{
color: #5DECC0;
}
</style>
background-color css
<style>
a { background-color: #5DECC0; }
a { background-color: rgb(93,236,192); }
div.DivClassName
{
background-color: #5DECC0;
}
.BgClassName
{
background-color: #5DECC0;
}
</style>
border-color css
<style>
span { border-color: #5DECC0; }
span { border-color: rgb(93,236,192); }
td.TdClassName
{
border-color: #5DECC0;
}
.TagClassName
{
border-color: #5DECC0;
}
</style>