Shades of Downy #5DDABD
Tints of Downy #5DDABD
RGB
CMYK
RGB Variations
Color information
#5DDABD (or 0x5DDABD) is known color: Downy. HEX triplet: 5D, DA and BD. RGB value is (93,218,189). Sum of RGB (Red+Green+Blue) = 93+218+189=500 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.6% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDABD is #A22542. Grayscale: #B1B1B1. Windows color (decimal): -10626371 or 12442205. OLE color: 12442205.
HSL color Cylindrical-coordinate representation of color #5DDABD: hue angle of 166.08º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DDABD is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 218 | 189 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.15 |
| HSL | 166.08º | 0.63% | 0.61% | - |
| HSV(B) | 166.08º | 0.57% | 0.85% | - |
| XYZ | 38.77 | 56.14 | 56.94 | - |
| YUV | 177.32 | 134.59 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 218 | 189 | 0.57 | 0 | 0.13 | 0.15 | 166.08 | 0.63 | 0.61 |
| Hex | 5D | DA | BD | 39 | 0 | D | F | A6 | 3F | 3D |
| Octal | 135 | 332 | 275 | 71 | 0 | 15 | 17 | 246 | 77 | 75 |
| Binary | 1011101 | 11011010 | 10111101 | 111001 | 0 | 1101 | 1111 | 10100110 | 111111 | 111101 |
Color Harmonies of #5DDABD
Complementary color
Monochromatic Colors of #5DDABD
Black with #5DDABD
Text Example
Text Example
White with #5DDABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDABD; }
p { color: rgb(93,218,189); }
H1.HeaderClassName
{
color: #5DDABD;
}
.AnyTagClassName
{
color: #5DDABD;
}
</style>
background-color css
<style>
a { background-color: #5DDABD; }
a { background-color: rgb(93,218,189); }
div.DivClassName
{
background-color: #5DDABD;
}
.BgClassName
{
background-color: #5DDABD;
}
</style>
border-color css
<style>
span { border-color: #5DDABD; }
span { border-color: rgb(93,218,189); }
td.TdClassName
{
border-color: #5DDABD;
}
.TagClassName
{
border-color: #5DDABD;
}
</style>