Shades of Downy #5ADEBB
Tints of Downy #5ADEBB
RGB
CMYK
RGB Variations
Color information
#5ADEBB (or 0x5ADEBB) is known color: Downy. HEX triplet: 5A, DE and BB. RGB value is (90,222,187). Sum of RGB (Red+Green+Blue) = 90+222+187=499 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18.04% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADEBB is #A52144. Grayscale: #B2B2B2. Windows color (decimal): -10821957 or 12312154. OLE color: 12312154.
HSL color Cylindrical-coordinate representation of color #5ADEBB: hue angle of 164.09º 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 #5ADEBB is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 222 | 187 | - |
| CMYK | 0.59 | 0 | 0.16 | 0.13 |
| HSL | 164.09º | 0.67% | 0.61% | - |
| HSV(B) | 164.09º | 0.59% | 0.87% | - |
| XYZ | 39.31 | 58 | 56.14 | - |
| YUV | 178.54 | 132.77 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 187 | 0.59 | 0 | 0.16 | 0.13 | 164.09 | 0.67 | 0.61 |
| Hex | 5A | DE | BB | 3B | 0 | 10 | D | A4 | 43 | 3D |
| Octal | 132 | 336 | 273 | 73 | 0 | 20 | 15 | 244 | 103 | 75 |
| Binary | 1011010 | 11011110 | 10111011 | 111011 | 0 | 10000 | 1101 | 10100100 | 1000011 | 111101 |
Color Harmonies of #5ADEBB
Complementary color
Monochromatic Colors of #5ADEBB
Black with #5ADEBB
Text Example
Text Example
White with #5ADEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADEBB; }
p { color: rgb(90,222,187); }
H1.HeaderClassName
{
color: #5ADEBB;
}
.AnyTagClassName
{
color: #5ADEBB;
}
</style>
background-color css
<style>
a { background-color: #5ADEBB; }
a { background-color: rgb(90,222,187); }
div.DivClassName
{
background-color: #5ADEBB;
}
.BgClassName
{
background-color: #5ADEBB;
}
</style>
border-color css
<style>
span { border-color: #5ADEBB; }
span { border-color: rgb(90,222,187); }
td.TdClassName
{
border-color: #5ADEBB;
}
.TagClassName
{
border-color: #5ADEBB;
}
</style>