Shades of Downy #5DD7BC
Tints of Downy #5DD7BC
RGB
CMYK
RGB Variations
Color information
#5DD7BC (or 0x5DD7BC) is known color: Downy. HEX triplet: 5D, D7 and BC. RGB value is (93,215,188). Sum of RGB (Red+Green+Blue) = 93+215+188=496 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.75% from 496); Green value is 215 (84.38% from 255 or 43.35% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 215 - color contains mainly: green. Hex color #5DD7BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD7BC is #A22843. Grayscale: #AFAFAF. Windows color (decimal): -10627140 or 12375901. OLE color: 12375901.
HSL color Cylindrical-coordinate representation of color #5DD7BC: hue angle of 166.72º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD7BC is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 215 | 188 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.16 |
| HSL | 166.72º | 0.6% | 0.6% | - |
| HSV(B) | 166.72º | 0.57% | 0.84% | - |
| XYZ | 37.89 | 54.56 | 56.11 | - |
| YUV | 175.44 | 135.08 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 215 | 188 | 0.57 | 0 | 0.13 | 0.16 | 166.72 | 0.6 | 0.6 |
| Hex | 5D | D7 | BC | 39 | 0 | D | 10 | A7 | 3C | 3C |
| Octal | 135 | 327 | 274 | 71 | 0 | 15 | 20 | 247 | 74 | 74 |
| Binary | 1011101 | 11010111 | 10111100 | 111001 | 0 | 1101 | 10000 | 10100111 | 111100 | 111100 |
Color Harmonies of #5DD7BC
Complementary color
Monochromatic Colors of #5DD7BC
Black with #5DD7BC
Text Example
Text Example
White with #5DD7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD7BC; }
p { color: rgb(93,215,188); }
H1.HeaderClassName
{
color: #5DD7BC;
}
.AnyTagClassName
{
color: #5DD7BC;
}
</style>
background-color css
<style>
a { background-color: #5DD7BC; }
a { background-color: rgb(93,215,188); }
div.DivClassName
{
background-color: #5DD7BC;
}
.BgClassName
{
background-color: #5DD7BC;
}
</style>
border-color css
<style>
span { border-color: #5DD7BC; }
span { border-color: rgb(93,215,188); }
td.TdClassName
{
border-color: #5DD7BC;
}
.TagClassName
{
border-color: #5DD7BC;
}
</style>