Shades of Downy #5ACEBD
Tints of Downy #5ACEBD
RGB
CMYK
RGB Variations
Color information
#5ACEBD (or 0x5ACEBD) is known color: Downy. HEX triplet: 5A, CE and BD. RGB value is (90,206,189). Sum of RGB (Red+Green+Blue) = 90+206+189=485 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.56% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACEBD is #A53142. Grayscale: #A9A9A9. Windows color (decimal): -10826051 or 12439130. OLE color: 12439130.
HSL color Cylindrical-coordinate representation of color #5ACEBD: hue angle of 171.21º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACEBD is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 206 | 189 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.19 |
| HSL | 171.21º | 0.54% | 0.58% | - |
| HSV(B) | 171.21º | 0.56% | 0.81% | - |
| XYZ | 35.47 | 49.99 | 55.92 | - |
| YUV | 169.38 | 139.07 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 206 | 189 | 0.56 | 0 | 0.08 | 0.19 | 171.21 | 0.54 | 0.58 |
| Hex | 5A | CE | BD | 38 | 0 | 8 | 13 | AB | 36 | 3A |
| Octal | 132 | 316 | 275 | 70 | 0 | 10 | 23 | 253 | 66 | 72 |
| Binary | 1011010 | 11001110 | 10111101 | 111000 | 0 | 1000 | 10011 | 10101011 | 110110 | 111010 |
Color Harmonies of #5ACEBD
Complementary color
Monochromatic Colors of #5ACEBD
Black with #5ACEBD
Text Example
Text Example
White with #5ACEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACEBD; }
p { color: rgb(90,206,189); }
H1.HeaderClassName
{
color: #5ACEBD;
}
.AnyTagClassName
{
color: #5ACEBD;
}
</style>
background-color css
<style>
a { background-color: #5ACEBD; }
a { background-color: rgb(90,206,189); }
div.DivClassName
{
background-color: #5ACEBD;
}
.BgClassName
{
background-color: #5ACEBD;
}
</style>
border-color css
<style>
span { border-color: #5ACEBD; }
span { border-color: rgb(90,206,189); }
td.TdClassName
{
border-color: #5ACEBD;
}
.TagClassName
{
border-color: #5ACEBD;
}
</style>