Shades of Downy #5DDDBC
Tints of Downy #5DDDBC
RGB
CMYK
RGB Variations
Color information
#5DDDBC (or 0x5DDDBC) is known color: Downy. HEX triplet: 5D, DD and BC. RGB value is (93,221,188). Sum of RGB (Red+Green+Blue) = 93+221+188=502 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.53% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #5DDDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDDBC is #A22243. Grayscale: #B2B2B2. Windows color (decimal): -10625604 or 12377437. OLE color: 12377437.
HSL color Cylindrical-coordinate representation of color #5DDDBC: hue angle of 164.53º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDDBC is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 221 | 188 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.13 |
| HSL | 164.53º | 0.65% | 0.62% | - |
| HSV(B) | 164.53º | 0.58% | 0.87% | - |
| XYZ | 39.45 | 57.67 | 56.63 | - |
| YUV | 178.97 | 133.09 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 221 | 188 | 0.58 | 0 | 0.15 | 0.13 | 164.53 | 0.65 | 0.62 |
| Hex | 5D | DD | BC | 3A | 0 | F | D | A5 | 41 | 3E |
| Octal | 135 | 335 | 274 | 72 | 0 | 17 | 15 | 245 | 101 | 76 |
| Binary | 1011101 | 11011101 | 10111100 | 111010 | 0 | 1111 | 1101 | 10100101 | 1000001 | 111110 |
Color Harmonies of #5DDDBC
Complementary color
Monochromatic Colors of #5DDDBC
Black with #5DDDBC
Text Example
Text Example
White with #5DDDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDDBC; }
p { color: rgb(93,221,188); }
H1.HeaderClassName
{
color: #5DDDBC;
}
.AnyTagClassName
{
color: #5DDDBC;
}
</style>
background-color css
<style>
a { background-color: #5DDDBC; }
a { background-color: rgb(93,221,188); }
div.DivClassName
{
background-color: #5DDDBC;
}
.BgClassName
{
background-color: #5DDDBC;
}
</style>
border-color css
<style>
span { border-color: #5DDDBC; }
span { border-color: rgb(93,221,188); }
td.TdClassName
{
border-color: #5DDDBC;
}
.TagClassName
{
border-color: #5DDDBC;
}
</style>