Shades of Downy #5CDDC0
Tints of Downy #5CDDC0
RGB
CMYK
RGB Variations
Color information
#5CDDC0 (or 0x5CDDC0) is known color: Downy. HEX triplet: 5C, DD and C0. RGB value is (92,221,192). Sum of RGB (Red+Green+Blue) = 92+221+192=505 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.22% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #5CDDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDDC0 is #A3223F. Grayscale: #B3B3B3. Windows color (decimal): -10691136 or 12639580. OLE color: 12639580.
HSL color Cylindrical-coordinate representation of color #5CDDC0: hue angle of 166.51º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDDC0 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 221 | 192 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.13 |
| HSL | 166.51º | 0.65% | 0.61% | - |
| HSV(B) | 166.51º | 0.58% | 0.87% | - |
| XYZ | 39.78 | 57.79 | 58.93 | - |
| YUV | 179.12 | 135.26 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 221 | 192 | 0.58 | 0 | 0.13 | 0.13 | 166.51 | 0.65 | 0.61 |
| Hex | 5C | DD | C0 | 3A | 0 | D | D | A7 | 41 | 3D |
| Octal | 134 | 335 | 300 | 72 | 0 | 15 | 15 | 247 | 101 | 75 |
| Binary | 1011100 | 11011101 | 11000000 | 111010 | 0 | 1101 | 1101 | 10100111 | 1000001 | 111101 |
Color Harmonies of #5CDDC0
Complementary color
Monochromatic Colors of #5CDDC0
Black with #5CDDC0
Text Example
Text Example
White with #5CDDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDDC0; }
p { color: rgb(92,221,192); }
H1.HeaderClassName
{
color: #5CDDC0;
}
.AnyTagClassName
{
color: #5CDDC0;
}
</style>
background-color css
<style>
a { background-color: #5CDDC0; }
a { background-color: rgb(92,221,192); }
div.DivClassName
{
background-color: #5CDDC0;
}
.BgClassName
{
background-color: #5CDDC0;
}
</style>
border-color css
<style>
span { border-color: #5CDDC0; }
span { border-color: rgb(92,221,192); }
td.TdClassName
{
border-color: #5CDDC0;
}
.TagClassName
{
border-color: #5CDDC0;
}
</style>