Shades of Downy #5ADCC0
Tints of Downy #5ADCC0
RGB
CMYK
RGB Variations
Color information
#5ADCC0 (or 0x5ADCC0) is known color: Downy. HEX triplet: 5A, DC and C0. RGB value is (90,220,192). Sum of RGB (Red+Green+Blue) = 90+220+192=502 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.93% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADCC0 is #A5233F. Grayscale: #B1B1B1. Windows color (decimal): -10822464 or 12639322. OLE color: 12639322.
HSL color Cylindrical-coordinate representation of color #5ADCC0: hue angle of 167.08º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADCC0 is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 220 | 192 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.14 |
| HSL | 167.08º | 0.65% | 0.61% | - |
| HSV(B) | 167.08º | 0.59% | 0.86% | - |
| XYZ | 39.32 | 57.17 | 58.83 | - |
| YUV | 177.94 | 135.93 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 220 | 192 | 0.59 | 0 | 0.13 | 0.14 | 167.08 | 0.65 | 0.61 |
| Hex | 5A | DC | C0 | 3B | 0 | D | E | A7 | 41 | 3D |
| Octal | 132 | 334 | 300 | 73 | 0 | 15 | 16 | 247 | 101 | 75 |
| Binary | 1011010 | 11011100 | 11000000 | 111011 | 0 | 1101 | 1110 | 10100111 | 1000001 | 111101 |
Color Harmonies of #5ADCC0
Complementary color
Monochromatic Colors of #5ADCC0
Black with #5ADCC0
Text Example
Text Example
White with #5ADCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADCC0; }
p { color: rgb(90,220,192); }
H1.HeaderClassName
{
color: #5ADCC0;
}
.AnyTagClassName
{
color: #5ADCC0;
}
</style>
background-color css
<style>
a { background-color: #5ADCC0; }
a { background-color: rgb(90,220,192); }
div.DivClassName
{
background-color: #5ADCC0;
}
.BgClassName
{
background-color: #5ADCC0;
}
</style>
border-color css
<style>
span { border-color: #5ADCC0; }
span { border-color: rgb(90,220,192); }
td.TdClassName
{
border-color: #5ADCC0;
}
.TagClassName
{
border-color: #5ADCC0;
}
</style>