Shades of Downy #5DE2C3
Tints of Downy #5DE2C3
RGB
CMYK
RGB Variations
Color information
#5DE2C3 (or 0x5DE2C3) is known color: Downy. HEX triplet: 5D, E2 and C3. RGB value is (93,226,195). Sum of RGB (Red+Green+Blue) = 93+226+195=514 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.09% from 514); Green value is 226 (88.67% from 255 or 43.97% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 226 - color contains mainly: green. Hex color #5DE2C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DE2C3 is #A21D3C. Grayscale: #B6B6B6. Windows color (decimal): -10624317 or 12837469. OLE color: 12837469.
HSL color Cylindrical-coordinate representation of color #5DE2C3: hue angle of 166.02º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DE2C3 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 93 | 226 | 195 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.11 |
| HSL | 166.02º | 0.7% | 0.63% | - |
| HSV(B) | 166.02º | 0.59% | 0.89% | - |
| XYZ | 41.56 | 60.66 | 61.15 | - |
| YUV | 182.7 | 134.94 | 64.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 226 | 195 | 0.59 | 0 | 0.14 | 0.11 | 166.02 | 0.7 | 0.63 |
| Hex | 5D | E2 | C3 | 3B | 0 | E | B | A6 | 46 | 3F |
| Octal | 135 | 342 | 303 | 73 | 0 | 16 | 13 | 246 | 106 | 77 |
| Binary | 1011101 | 11100010 | 11000011 | 111011 | 0 | 1110 | 1011 | 10100110 | 1000110 | 111111 |
Color Harmonies of #5DE2C3
Complementary color
Monochromatic Colors of #5DE2C3
Black with #5DE2C3
Text Example
Text Example
White with #5DE2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE2C3; }
p { color: rgb(93,226,195); }
H1.HeaderClassName
{
color: #5DE2C3;
}
.AnyTagClassName
{
color: #5DE2C3;
}
</style>
background-color css
<style>
a { background-color: #5DE2C3; }
a { background-color: rgb(93,226,195); }
div.DivClassName
{
background-color: #5DE2C3;
}
.BgClassName
{
background-color: #5DE2C3;
}
</style>
border-color css
<style>
span { border-color: #5DE2C3; }
span { border-color: rgb(93,226,195); }
td.TdClassName
{
border-color: #5DE2C3;
}
.TagClassName
{
border-color: #5DE2C3;
}
</style>