Shades of Downy #5DDCBE
Tints of Downy #5DDCBE
RGB
CMYK
RGB Variations
Color information
#5DDCBE (or 0x5DDCBE) is known color: Downy. HEX triplet: 5D, DC and BE. RGB value is (93,220,190). Sum of RGB (Red+Green+Blue) = 93+220+190=503 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.49% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDCBE is #A22341. Grayscale: #B2B2B2. Windows color (decimal): -10625858 or 12508253. OLE color: 12508253.
HSL color Cylindrical-coordinate representation of color #5DDCBE: hue angle of 165.83º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDCBE is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 220 | 190 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.14 |
| HSL | 165.83º | 0.64% | 0.61% | - |
| HSV(B) | 165.83º | 0.58% | 0.86% | - |
| XYZ | 39.4 | 57.23 | 57.69 | - |
| YUV | 178.61 | 134.42 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 220 | 190 | 0.58 | 0 | 0.14 | 0.14 | 165.83 | 0.64 | 0.61 |
| Hex | 5D | DC | BE | 3A | 0 | E | E | A6 | 40 | 3D |
| Octal | 135 | 334 | 276 | 72 | 0 | 16 | 16 | 246 | 100 | 75 |
| Binary | 1011101 | 11011100 | 10111110 | 111010 | 0 | 1110 | 1110 | 10100110 | 1000000 | 111101 |
Color Harmonies of #5DDCBE
Complementary color
Monochromatic Colors of #5DDCBE
Black with #5DDCBE
Text Example
Text Example
White with #5DDCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDCBE; }
p { color: rgb(93,220,190); }
H1.HeaderClassName
{
color: #5DDCBE;
}
.AnyTagClassName
{
color: #5DDCBE;
}
</style>
background-color css
<style>
a { background-color: #5DDCBE; }
a { background-color: rgb(93,220,190); }
div.DivClassName
{
background-color: #5DDCBE;
}
.BgClassName
{
background-color: #5DDCBE;
}
</style>
border-color css
<style>
span { border-color: #5DDCBE; }
span { border-color: rgb(93,220,190); }
td.TdClassName
{
border-color: #5DDCBE;
}
.TagClassName
{
border-color: #5DDCBE;
}
</style>