Shades of Downy #5ADDBD
Tints of Downy #5ADDBD
RGB
CMYK
RGB Variations
Color information
#5ADDBD (or 0x5ADDBD) is known color: Downy. HEX triplet: 5A, DD and BD. RGB value is (90,221,189). Sum of RGB (Red+Green+Blue) = 90+221+189=500 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADDBD is #A52242. Grayscale: #B2B2B2. Windows color (decimal): -10822211 or 12442970. OLE color: 12442970.
HSL color Cylindrical-coordinate representation of color #5ADDBD: hue angle of 165.34º 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 #5ADDBD is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 221 | 189 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.13 |
| HSL | 165.34º | 0.66% | 0.61% | - |
| HSV(B) | 165.34º | 0.59% | 0.87% | - |
| XYZ | 39.26 | 57.56 | 57.19 | - |
| YUV | 178.18 | 134.1 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 221 | 189 | 0.59 | 0 | 0.14 | 0.13 | 165.34 | 0.66 | 0.61 |
| Hex | 5A | DD | BD | 3B | 0 | E | D | A5 | 42 | 3D |
| Octal | 132 | 335 | 275 | 73 | 0 | 16 | 15 | 245 | 102 | 75 |
| Binary | 1011010 | 11011101 | 10111101 | 111011 | 0 | 1110 | 1101 | 10100101 | 1000010 | 111101 |
Color Harmonies of #5ADDBD
Complementary color
Monochromatic Colors of #5ADDBD
Black with #5ADDBD
Text Example
Text Example
White with #5ADDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADDBD; }
p { color: rgb(90,221,189); }
H1.HeaderClassName
{
color: #5ADDBD;
}
.AnyTagClassName
{
color: #5ADDBD;
}
</style>
background-color css
<style>
a { background-color: #5ADDBD; }
a { background-color: rgb(90,221,189); }
div.DivClassName
{
background-color: #5ADDBD;
}
.BgClassName
{
background-color: #5ADDBD;
}
</style>
border-color css
<style>
span { border-color: #5ADDBD; }
span { border-color: rgb(90,221,189); }
td.TdClassName
{
border-color: #5ADDBD;
}
.TagClassName
{
border-color: #5ADDBD;
}
</style>