Shades of Downy #5ADEC2
Tints of Downy #5ADEC2
RGB
CMYK
RGB Variations
Color information
#5ADEC2 (or 0x5ADEC2) is known color: Downy. HEX triplet: 5A, DE and C2. RGB value is (90,222,194). Sum of RGB (Red+Green+Blue) = 90+222+194=506 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.79% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADEC2 is #A5213D. Grayscale: #B3B3B3. Windows color (decimal): -10821950 or 12770906. OLE color: 12770906.
HSL color Cylindrical-coordinate representation of color #5ADEC2: hue angle of 167.27º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADEC2 is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 222 | 194 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.13 |
| HSL | 167.27º | 0.67% | 0.61% | - |
| HSV(B) | 167.27º | 0.59% | 0.87% | - |
| XYZ | 40.08 | 58.31 | 60.18 | - |
| YUV | 179.34 | 136.27 | 64.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 194 | 0.59 | 0 | 0.13 | 0.13 | 167.27 | 0.67 | 0.61 |
| Hex | 5A | DE | C2 | 3B | 0 | D | D | A7 | 43 | 3D |
| Octal | 132 | 336 | 302 | 73 | 0 | 15 | 15 | 247 | 103 | 75 |
| Binary | 1011010 | 11011110 | 11000010 | 111011 | 0 | 1101 | 1101 | 10100111 | 1000011 | 111101 |
Color Harmonies of #5ADEC2
Complementary color
Monochromatic Colors of #5ADEC2
Black with #5ADEC2
Text Example
Text Example
White with #5ADEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADEC2; }
p { color: rgb(90,222,194); }
H1.HeaderClassName
{
color: #5ADEC2;
}
.AnyTagClassName
{
color: #5ADEC2;
}
</style>
background-color css
<style>
a { background-color: #5ADEC2; }
a { background-color: rgb(90,222,194); }
div.DivClassName
{
background-color: #5ADEC2;
}
.BgClassName
{
background-color: #5ADEC2;
}
</style>
border-color css
<style>
span { border-color: #5ADEC2; }
span { border-color: rgb(90,222,194); }
td.TdClassName
{
border-color: #5ADEC2;
}
.TagClassName
{
border-color: #5ADEC2;
}
</style>