Shades of Downy #5DE8C2
Tints of Downy #5DE8C2
RGB
CMYK
RGB Variations
Color information
#5DE8C2 (or 0x5DE8C2) is known color: Downy. HEX triplet: 5D, E8 and C2. RGB value is (93,232,194). Sum of RGB (Red+Green+Blue) = 93+232+194=519 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.92% from 519); Green value is 232 (91.02% from 255 or 44.70% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 232 - color contains mainly: green. Hex color #5DE8C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DE8C2 is #A2173D. Grayscale: #BABABA. Windows color (decimal): -10622782 or 12773469. OLE color: 12773469.
HSL color Cylindrical-coordinate representation of color #5DE8C2: hue angle of 163.6º 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 #5DE8C2 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 93 | 232 | 194 | - |
| CMYK | 0.60 | 0 | 0.16 | 0.09 |
| HSL | 163.6º | 0.75% | 0.64% | - |
| HSV(B) | 163.6º | 0.6% | 0.91% | - |
| XYZ | 43.11 | 63.94 | 61.11 | - |
| YUV | 186.11 | 132.45 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 232 | 194 | 0.60 | 0 | 0.16 | 0.09 | 163.6 | 0.75 | 0.64 |
| Hex | 5D | E8 | C2 | 3C | 0 | 10 | 9 | A4 | 4B | 40 |
| Octal | 135 | 350 | 302 | 74 | 0 | 20 | 11 | 244 | 113 | 100 |
| Binary | 1011101 | 11101000 | 11000010 | 111100 | 0 | 10000 | 1001 | 10100100 | 1001011 | 1000000 |
Color Harmonies of #5DE8C2
Complementary color
Monochromatic Colors of #5DE8C2
Black with #5DE8C2
Text Example
Text Example
White with #5DE8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE8C2; }
p { color: rgb(93,232,194); }
H1.HeaderClassName
{
color: #5DE8C2;
}
.AnyTagClassName
{
color: #5DE8C2;
}
</style>
background-color css
<style>
a { background-color: #5DE8C2; }
a { background-color: rgb(93,232,194); }
div.DivClassName
{
background-color: #5DE8C2;
}
.BgClassName
{
background-color: #5DE8C2;
}
</style>
border-color css
<style>
span { border-color: #5DE8C2; }
span { border-color: rgb(93,232,194); }
td.TdClassName
{
border-color: #5DE8C2;
}
.TagClassName
{
border-color: #5DE8C2;
}
</style>