Shades of Downy #5DD6BE
Tints of Downy #5DD6BE
RGB
CMYK
RGB Variations
Color information
#5DD6BE (or 0x5DD6BE) is known color: Downy. HEX triplet: 5D, D6 and BE. RGB value is (93,214,190). Sum of RGB (Red+Green+Blue) = 93+214+190=497 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.71% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD6BE is #A22941. Grayscale: #AFAFAF. Windows color (decimal): -10627394 or 12506717. OLE color: 12506717.
HSL color Cylindrical-coordinate representation of color #5DD6BE: hue angle of 168.1º 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 #5DD6BE is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 214 | 190 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.16 |
| HSL | 168.1º | 0.6% | 0.6% | - |
| HSV(B) | 168.1º | 0.57% | 0.84% | - |
| XYZ | 37.86 | 54.14 | 57.17 | - |
| YUV | 175.09 | 136.41 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 214 | 190 | 0.57 | 0 | 0.11 | 0.16 | 168.1 | 0.6 | 0.6 |
| Hex | 5D | D6 | BE | 39 | 0 | B | 10 | A8 | 3C | 3C |
| Octal | 135 | 326 | 276 | 71 | 0 | 13 | 20 | 250 | 74 | 74 |
| Binary | 1011101 | 11010110 | 10111110 | 111001 | 0 | 1011 | 10000 | 10101000 | 111100 | 111100 |
Color Harmonies of #5DD6BE
Complementary color
Monochromatic Colors of #5DD6BE
Black with #5DD6BE
Text Example
Text Example
White with #5DD6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD6BE; }
p { color: rgb(93,214,190); }
H1.HeaderClassName
{
color: #5DD6BE;
}
.AnyTagClassName
{
color: #5DD6BE;
}
</style>
background-color css
<style>
a { background-color: #5DD6BE; }
a { background-color: rgb(93,214,190); }
div.DivClassName
{
background-color: #5DD6BE;
}
.BgClassName
{
background-color: #5DD6BE;
}
</style>
border-color css
<style>
span { border-color: #5DD6BE; }
span { border-color: rgb(93,214,190); }
td.TdClassName
{
border-color: #5DD6BE;
}
.TagClassName
{
border-color: #5DD6BE;
}
</style>