Shades of Downy #5ADEBC
Tints of Downy #5ADEBC
RGB
CMYK
RGB Variations
Color information
#5ADEBC (or 0x5ADEBC) is known color: Downy. HEX triplet: 5A, DE and BC. RGB value is (90,222,188). Sum of RGB (Red+Green+Blue) = 90+222+188=500 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADEBC is #A52143. Grayscale: #B2B2B2. Windows color (decimal): -10821956 or 12377690. OLE color: 12377690.
HSL color Cylindrical-coordinate representation of color #5ADEBC: hue angle of 164.55º 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 #5ADEBC is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 222 | 188 | - |
| CMYK | 0.59 | 0 | 0.15 | 0.13 |
| HSL | 164.55º | 0.67% | 0.61% | - |
| HSV(B) | 164.55º | 0.59% | 0.87% | - |
| XYZ | 39.41 | 58.05 | 56.7 | - |
| YUV | 178.66 | 133.27 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 188 | 0.59 | 0 | 0.15 | 0.13 | 164.55 | 0.67 | 0.61 |
| Hex | 5A | DE | BC | 3B | 0 | F | D | A5 | 43 | 3D |
| Octal | 132 | 336 | 274 | 73 | 0 | 17 | 15 | 245 | 103 | 75 |
| Binary | 1011010 | 11011110 | 10111100 | 111011 | 0 | 1111 | 1101 | 10100101 | 1000011 | 111101 |
Color Harmonies of #5ADEBC
Complementary color
Monochromatic Colors of #5ADEBC
Black with #5ADEBC
Text Example
Text Example
White with #5ADEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADEBC; }
p { color: rgb(90,222,188); }
H1.HeaderClassName
{
color: #5ADEBC;
}
.AnyTagClassName
{
color: #5ADEBC;
}
</style>
background-color css
<style>
a { background-color: #5ADEBC; }
a { background-color: rgb(90,222,188); }
div.DivClassName
{
background-color: #5ADEBC;
}
.BgClassName
{
background-color: #5ADEBC;
}
</style>
border-color css
<style>
span { border-color: #5ADEBC; }
span { border-color: rgb(90,222,188); }
td.TdClassName
{
border-color: #5ADEBC;
}
.TagClassName
{
border-color: #5ADEBC;
}
</style>