Shades of Downy #5ADEBD
Tints of Downy #5ADEBD
RGB
CMYK
RGB Variations
Color information
#5ADEBD (or 0x5ADEBD) is known color: Downy. HEX triplet: 5A, DE and BD. RGB value is (90,222,189). Sum of RGB (Red+Green+Blue) = 90+222+189=501 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.96% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADEBD is #A52142. Grayscale: #B2B2B2. Windows color (decimal): -10821955 or 12443226. OLE color: 12443226.
HSL color Cylindrical-coordinate representation of color #5ADEBD: hue angle of 165º 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 #5ADEBD is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 222 | 189 | - |
| CMYK | 0.59 | 0 | 0.15 | 0.13 |
| HSL | 165º | 0.67% | 0.61% | - |
| HSV(B) | 165º | 0.59% | 0.87% | - |
| XYZ | 39.52 | 58.09 | 57.27 | - |
| YUV | 178.77 | 133.77 | 64.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 189 | 0.59 | 0 | 0.15 | 0.13 | 165 | 0.67 | 0.61 |
| Hex | 5A | DE | BD | 3B | 0 | F | D | A5 | 43 | 3D |
| Octal | 132 | 336 | 275 | 73 | 0 | 17 | 15 | 245 | 103 | 75 |
| Binary | 1011010 | 11011110 | 10111101 | 111011 | 0 | 1111 | 1101 | 10100101 | 1000011 | 111101 |
Color Harmonies of #5ADEBD
Complementary color
Monochromatic Colors of #5ADEBD
Black with #5ADEBD
Text Example
Text Example
White with #5ADEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADEBD; }
p { color: rgb(90,222,189); }
H1.HeaderClassName
{
color: #5ADEBD;
}
.AnyTagClassName
{
color: #5ADEBD;
}
</style>
background-color css
<style>
a { background-color: #5ADEBD; }
a { background-color: rgb(90,222,189); }
div.DivClassName
{
background-color: #5ADEBD;
}
.BgClassName
{
background-color: #5ADEBD;
}
</style>
border-color css
<style>
span { border-color: #5ADEBD; }
span { border-color: rgb(90,222,189); }
td.TdClassName
{
border-color: #5ADEBD;
}
.TagClassName
{
border-color: #5ADEBD;
}
</style>