Shades of Downy #5DEDBE
Tints of Downy #5DEDBE
RGB
CMYK
RGB Variations
Color information
#5DEDBE (or 0x5DEDBE) is known color: Downy. HEX triplet: 5D, ED and BE. RGB value is (93,237,190). Sum of RGB (Red+Green+Blue) = 93+237+190=520 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.88% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #5DEDBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEDBE is #A21241. Grayscale: #BCBCBC. Windows color (decimal): -10621506 or 12512605. OLE color: 12512605.
HSL color Cylindrical-coordinate representation of color #5DEDBE: hue angle of 160.42º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DEDBE is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 237 | 190 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.07 |
| HSL | 160.42º | 0.8% | 0.65% | - |
| HSV(B) | 160.42º | 0.61% | 0.93% | - |
| XYZ | 44.09 | 66.61 | 59.25 | - |
| YUV | 188.59 | 128.79 | 59.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 237 | 190 | 0.61 | 0 | 0.20 | 0.07 | 160.42 | 0.8 | 0.65 |
| Hex | 5D | ED | BE | 3D | 0 | 14 | 7 | A0 | 50 | 41 |
| Octal | 135 | 355 | 276 | 75 | 0 | 24 | 7 | 240 | 120 | 101 |
| Binary | 1011101 | 11101101 | 10111110 | 111101 | 0 | 10100 | 111 | 10100000 | 1010000 | 1000001 |
Color Harmonies of #5DEDBE
Complementary color
Monochromatic Colors of #5DEDBE
Black with #5DEDBE
Text Example
Text Example
White with #5DEDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEDBE; }
p { color: rgb(93,237,190); }
H1.HeaderClassName
{
color: #5DEDBE;
}
.AnyTagClassName
{
color: #5DEDBE;
}
</style>
background-color css
<style>
a { background-color: #5DEDBE; }
a { background-color: rgb(93,237,190); }
div.DivClassName
{
background-color: #5DEDBE;
}
.BgClassName
{
background-color: #5DEDBE;
}
</style>
border-color css
<style>
span { border-color: #5DEDBE; }
span { border-color: rgb(93,237,190); }
td.TdClassName
{
border-color: #5DEDBE;
}
.TagClassName
{
border-color: #5DEDBE;
}
</style>