Shades of Downy #5DE8C0
Tints of Downy #5DE8C0
RGB
CMYK
RGB Variations
Color information
#5DE8C0 (or 0x5DE8C0) is known color: Downy. HEX triplet: 5D, E8 and C0. RGB value is (93,232,192). Sum of RGB (Red+Green+Blue) = 93+232+192=517 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.99% from 517); Green value is 232 (91.02% from 255 or 44.87% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 232 - color contains mainly: green. Hex color #5DE8C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DE8C0 is #A2173F. Grayscale: #B9B9B9. Windows color (decimal): -10622784 or 12642397. OLE color: 12642397.
HSL color Cylindrical-coordinate representation of color #5DE8C0: hue angle of 162.73º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DE8C0 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 93 | 232 | 192 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.09 |
| HSL | 162.73º | 0.75% | 0.64% | - |
| HSV(B) | 162.73º | 0.6% | 0.91% | - |
| XYZ | 42.89 | 63.85 | 59.93 | - |
| YUV | 185.88 | 131.45 | 61.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 232 | 192 | 0.60 | 0 | 0.17 | 0.09 | 162.73 | 0.75 | 0.64 |
| Hex | 5D | E8 | C0 | 3C | 0 | 11 | 9 | A3 | 4B | 40 |
| Octal | 135 | 350 | 300 | 74 | 0 | 21 | 11 | 243 | 113 | 100 |
| Binary | 1011101 | 11101000 | 11000000 | 111100 | 0 | 10001 | 1001 | 10100011 | 1001011 | 1000000 |
Color Harmonies of #5DE8C0
Complementary color
Monochromatic Colors of #5DE8C0
Black with #5DE8C0
Text Example
Text Example
White with #5DE8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE8C0; }
p { color: rgb(93,232,192); }
H1.HeaderClassName
{
color: #5DE8C0;
}
.AnyTagClassName
{
color: #5DE8C0;
}
</style>
background-color css
<style>
a { background-color: #5DE8C0; }
a { background-color: rgb(93,232,192); }
div.DivClassName
{
background-color: #5DE8C0;
}
.BgClassName
{
background-color: #5DE8C0;
}
</style>
border-color css
<style>
span { border-color: #5DE8C0; }
span { border-color: rgb(93,232,192); }
td.TdClassName
{
border-color: #5DE8C0;
}
.TagClassName
{
border-color: #5DE8C0;
}
</style>