Shades of Downy #5ACDB9
Tints of Downy #5ACDB9
RGB
CMYK
RGB Variations
Color information
#5ACDB9 (or 0x5ACDB9) is known color: Downy. HEX triplet: 5A, CD and B9. RGB value is (90,205,185). Sum of RGB (Red+Green+Blue) = 90+205+185=480 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.75% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACDB9 is #A53246. Grayscale: #A8A8A8. Windows color (decimal): -10826311 or 12176730. OLE color: 12176730.
HSL color Cylindrical-coordinate representation of color #5ACDB9: hue angle of 169.57º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACDB9 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 205 | 185 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.20 |
| HSL | 169.57º | 0.53% | 0.58% | - |
| HSV(B) | 169.57º | 0.56% | 0.8% | - |
| XYZ | 34.8 | 49.34 | 53.59 | - |
| YUV | 168.34 | 137.4 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 205 | 185 | 0.56 | 0 | 0.10 | 0.20 | 169.57 | 0.53 | 0.58 |
| Hex | 5A | CD | B9 | 38 | 0 | A | 14 | AA | 35 | 3A |
| Octal | 132 | 315 | 271 | 70 | 0 | 12 | 24 | 252 | 65 | 72 |
| Binary | 1011010 | 11001101 | 10111001 | 111000 | 0 | 1010 | 10100 | 10101010 | 110101 | 111010 |
Color Harmonies of #5ACDB9
Complementary color
Monochromatic Colors of #5ACDB9
Black with #5ACDB9
Text Example
Text Example
White with #5ACDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACDB9; }
p { color: rgb(90,205,185); }
H1.HeaderClassName
{
color: #5ACDB9;
}
.AnyTagClassName
{
color: #5ACDB9;
}
</style>
background-color css
<style>
a { background-color: #5ACDB9; }
a { background-color: rgb(90,205,185); }
div.DivClassName
{
background-color: #5ACDB9;
}
.BgClassName
{
background-color: #5ACDB9;
}
</style>
border-color css
<style>
span { border-color: #5ACDB9; }
span { border-color: rgb(90,205,185); }
td.TdClassName
{
border-color: #5ACDB9;
}
.TagClassName
{
border-color: #5ACDB9;
}
</style>