Shades of Downy #5DDCC0
Tints of Downy #5DDCC0
RGB
CMYK
RGB Variations
Color information
#5DDCC0 (or 0x5DDCC0) is known color: Downy. HEX triplet: 5D, DC and C0. RGB value is (93,220,192). Sum of RGB (Red+Green+Blue) = 93+220+192=505 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.42% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDCC0 is #A2233F. Grayscale: #B2B2B2. Windows color (decimal): -10625856 or 12639325. OLE color: 12639325.
HSL color Cylindrical-coordinate representation of color #5DDCC0: hue angle of 166.77º 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 #5DDCC0 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 220 | 192 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.14 |
| HSL | 166.77º | 0.64% | 0.61% | - |
| HSV(B) | 166.77º | 0.58% | 0.86% | - |
| XYZ | 39.62 | 57.32 | 58.84 | - |
| YUV | 178.84 | 135.42 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 220 | 192 | 0.58 | 0 | 0.13 | 0.14 | 166.77 | 0.64 | 0.61 |
| Hex | 5D | DC | C0 | 3A | 0 | D | E | A7 | 40 | 3D |
| Octal | 135 | 334 | 300 | 72 | 0 | 15 | 16 | 247 | 100 | 75 |
| Binary | 1011101 | 11011100 | 11000000 | 111010 | 0 | 1101 | 1110 | 10100111 | 1000000 | 111101 |
Color Harmonies of #5DDCC0
Complementary color
Monochromatic Colors of #5DDCC0
Black with #5DDCC0
Text Example
Text Example
White with #5DDCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDCC0; }
p { color: rgb(93,220,192); }
H1.HeaderClassName
{
color: #5DDCC0;
}
.AnyTagClassName
{
color: #5DDCC0;
}
</style>
background-color css
<style>
a { background-color: #5DDCC0; }
a { background-color: rgb(93,220,192); }
div.DivClassName
{
background-color: #5DDCC0;
}
.BgClassName
{
background-color: #5DDCC0;
}
</style>
border-color css
<style>
span { border-color: #5DDCC0; }
span { border-color: rgb(93,220,192); }
td.TdClassName
{
border-color: #5DDCC0;
}
.TagClassName
{
border-color: #5DDCC0;
}
</style>