Shades of Downy #5DE4CC
Tints of Downy #5DE4CC
RGB
CMYK
RGB Variations
Color information
#5DE4CC (or 0x5DE4CC) is known color: Downy. HEX triplet: 5D, E4 and CC. RGB value is (93,228,204). Sum of RGB (Red+Green+Blue) = 93+228+204=525 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.71% from 525); Green value is 228 (89.45% from 255 or 43.43% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 228 - color contains mainly: green. Hex color #5DE4CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DE4CC is #A21B33. Grayscale: #B8B8B8. Windows color (decimal): -10623796 or 13427805. OLE color: 13427805.
HSL color Cylindrical-coordinate representation of color #5DE4CC: hue angle of 169.33º degrees, saturation: 0.71, 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 #5DE4CC is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 93 | 228 | 204 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.11 |
| HSL | 169.33º | 0.71% | 0.63% | - |
| HSV(B) | 169.33º | 0.59% | 0.89% | - |
| XYZ | 43.16 | 62.17 | 66.85 | - |
| YUV | 184.9 | 138.77 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 228 | 204 | 0.59 | 0 | 0.11 | 0.11 | 169.33 | 0.71 | 0.63 |
| Hex | 5D | E4 | CC | 3B | 0 | B | B | A9 | 47 | 3F |
| Octal | 135 | 344 | 314 | 73 | 0 | 13 | 13 | 251 | 107 | 77 |
| Binary | 1011101 | 11100100 | 11001100 | 111011 | 0 | 1011 | 1011 | 10101001 | 1000111 | 111111 |
Color Harmonies of #5DE4CC
Complementary color
Monochromatic Colors of #5DE4CC
Black with #5DE4CC
Text Example
Text Example
White with #5DE4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE4CC; }
p { color: rgb(93,228,204); }
H1.HeaderClassName
{
color: #5DE4CC;
}
.AnyTagClassName
{
color: #5DE4CC;
}
</style>
background-color css
<style>
a { background-color: #5DE4CC; }
a { background-color: rgb(93,228,204); }
div.DivClassName
{
background-color: #5DE4CC;
}
.BgClassName
{
background-color: #5DE4CC;
}
</style>
border-color css
<style>
span { border-color: #5DE4CC; }
span { border-color: rgb(93,228,204); }
td.TdClassName
{
border-color: #5DE4CC;
}
.TagClassName
{
border-color: #5DE4CC;
}
</style>