Shades of Downy #5ADDBC
Tints of Downy #5ADDBC
RGB
CMYK
RGB Variations
Color information
#5ADDBC (or 0x5ADDBC) is known color: Downy. HEX triplet: 5A, DD and BC. RGB value is (90,221,188). Sum of RGB (Red+Green+Blue) = 90+221+188=499 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18.04% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADDBC is #A52243. Grayscale: #B2B2B2. Windows color (decimal): -10822212 or 12377434. OLE color: 12377434.
HSL color Cylindrical-coordinate representation of color #5ADDBC: hue angle of 164.89º degrees, saturation: 0.66, 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 #5ADDBC is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 221 | 188 | - |
| CMYK | 0.59 | 0 | 0.15 | 0.13 |
| HSL | 164.89º | 0.66% | 0.61% | - |
| HSV(B) | 164.89º | 0.59% | 0.87% | - |
| XYZ | 39.15 | 57.52 | 56.62 | - |
| YUV | 178.07 | 133.6 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 221 | 188 | 0.59 | 0 | 0.15 | 0.13 | 164.89 | 0.66 | 0.61 |
| Hex | 5A | DD | BC | 3B | 0 | F | D | A5 | 42 | 3D |
| Octal | 132 | 335 | 274 | 73 | 0 | 17 | 15 | 245 | 102 | 75 |
| Binary | 1011010 | 11011101 | 10111100 | 111011 | 0 | 1111 | 1101 | 10100101 | 1000010 | 111101 |
Color Harmonies of #5ADDBC
Complementary color
Monochromatic Colors of #5ADDBC
Black with #5ADDBC
Text Example
Text Example
White with #5ADDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADDBC; }
p { color: rgb(90,221,188); }
H1.HeaderClassName
{
color: #5ADDBC;
}
.AnyTagClassName
{
color: #5ADDBC;
}
</style>
background-color css
<style>
a { background-color: #5ADDBC; }
a { background-color: rgb(90,221,188); }
div.DivClassName
{
background-color: #5ADDBC;
}
.BgClassName
{
background-color: #5ADDBC;
}
</style>
border-color css
<style>
span { border-color: #5ADDBC; }
span { border-color: rgb(90,221,188); }
td.TdClassName
{
border-color: #5ADDBC;
}
.TagClassName
{
border-color: #5ADDBC;
}
</style>