Shades of Downy #5DDDBE
Tints of Downy #5DDDBE
RGB
CMYK
RGB Variations
Color information
#5DDDBE (or 0x5DDDBE) is known color: Downy. HEX triplet: 5D, DD and BE. RGB value is (93,221,190). Sum of RGB (Red+Green+Blue) = 93+221+190=504 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.45% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #5DDDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDDBE is #A22241. Grayscale: #B3B3B3. Windows color (decimal): -10625602 or 12508509. OLE color: 12508509.
HSL color Cylindrical-coordinate representation of color #5DDDBE: hue angle of 165.47º 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 #5DDDBE is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 221 | 190 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.13 |
| HSL | 165.47º | 0.65% | 0.62% | - |
| HSV(B) | 165.47º | 0.58% | 0.87% | - |
| XYZ | 39.66 | 57.76 | 57.77 | - |
| YUV | 179.19 | 134.09 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 221 | 190 | 0.58 | 0 | 0.14 | 0.13 | 165.47 | 0.65 | 0.62 |
| Hex | 5D | DD | BE | 3A | 0 | E | D | A5 | 41 | 3E |
| Octal | 135 | 335 | 276 | 72 | 0 | 16 | 15 | 245 | 101 | 76 |
| Binary | 1011101 | 11011101 | 10111110 | 111010 | 0 | 1110 | 1101 | 10100101 | 1000001 | 111110 |
Color Harmonies of #5DDDBE
Complementary color
Monochromatic Colors of #5DDDBE
Black with #5DDDBE
Text Example
Text Example
White with #5DDDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDDBE; }
p { color: rgb(93,221,190); }
H1.HeaderClassName
{
color: #5DDDBE;
}
.AnyTagClassName
{
color: #5DDDBE;
}
</style>
background-color css
<style>
a { background-color: #5DDDBE; }
a { background-color: rgb(93,221,190); }
div.DivClassName
{
background-color: #5DDDBE;
}
.BgClassName
{
background-color: #5DDDBE;
}
</style>
border-color css
<style>
span { border-color: #5DDDBE; }
span { border-color: rgb(93,221,190); }
td.TdClassName
{
border-color: #5DDDBE;
}
.TagClassName
{
border-color: #5DDDBE;
}
</style>