Shades of Downy #5ACDBC
Tints of Downy #5ACDBC
RGB
CMYK
RGB Variations
Color information
#5ACDBC (or 0x5ACDBC) is known color: Downy. HEX triplet: 5A, CD and BC. RGB value is (90,205,188). Sum of RGB (Red+Green+Blue) = 90+205+188=483 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.63% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACDBC is #A53243. Grayscale: #A8A8A8. Windows color (decimal): -10826308 or 12373338. OLE color: 12373338.
HSL color Cylindrical-coordinate representation of color #5ACDBC: hue angle of 171.13º 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 #5ACDBC is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 205 | 188 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.20 |
| HSL | 171.13º | 0.53% | 0.58% | - |
| HSV(B) | 171.13º | 0.56% | 0.8% | - |
| XYZ | 35.12 | 49.47 | 55.27 | - |
| YUV | 168.68 | 138.9 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 205 | 188 | 0.56 | 0 | 0.08 | 0.20 | 171.13 | 0.53 | 0.58 |
| Hex | 5A | CD | BC | 38 | 0 | 8 | 14 | AB | 35 | 3A |
| Octal | 132 | 315 | 274 | 70 | 0 | 10 | 24 | 253 | 65 | 72 |
| Binary | 1011010 | 11001101 | 10111100 | 111000 | 0 | 1000 | 10100 | 10101011 | 110101 | 111010 |
Color Harmonies of #5ACDBC
Complementary color
Monochromatic Colors of #5ACDBC
Black with #5ACDBC
Text Example
Text Example
White with #5ACDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACDBC; }
p { color: rgb(90,205,188); }
H1.HeaderClassName
{
color: #5ACDBC;
}
.AnyTagClassName
{
color: #5ACDBC;
}
</style>
background-color css
<style>
a { background-color: #5ACDBC; }
a { background-color: rgb(90,205,188); }
div.DivClassName
{
background-color: #5ACDBC;
}
.BgClassName
{
background-color: #5ACDBC;
}
</style>
border-color css
<style>
span { border-color: #5ACDBC; }
span { border-color: rgb(90,205,188); }
td.TdClassName
{
border-color: #5ACDBC;
}
.TagClassName
{
border-color: #5ACDBC;
}
</style>