Shades of Downy #5ACDBF
Tints of Downy #5ACDBF
RGB
CMYK
RGB Variations
Color information
#5ACDBF (or 0x5ACDBF) is known color: Downy. HEX triplet: 5A, CD and BF. RGB value is (90,205,191). Sum of RGB (Red+Green+Blue) = 90+205+191=486 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.52% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACDBF is #A53240. Grayscale: #A8A8A8. Windows color (decimal): -10826305 or 12569946. OLE color: 12569946.
HSL color Cylindrical-coordinate representation of color #5ACDBF: hue angle of 172.7º 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 #5ACDBF is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 205 | 191 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.20 |
| HSL | 172.7º | 0.53% | 0.58% | - |
| HSV(B) | 172.7º | 0.56% | 0.8% | - |
| XYZ | 35.45 | 49.6 | 57 | - |
| YUV | 169.02 | 140.4 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 205 | 191 | 0.56 | 0 | 0.07 | 0.20 | 172.7 | 0.53 | 0.58 |
| Hex | 5A | CD | BF | 38 | 0 | 7 | 14 | AD | 35 | 3A |
| Octal | 132 | 315 | 277 | 70 | 0 | 7 | 24 | 255 | 65 | 72 |
| Binary | 1011010 | 11001101 | 10111111 | 111000 | 0 | 111 | 10100 | 10101101 | 110101 | 111010 |
Color Harmonies of #5ACDBF
Complementary color
Monochromatic Colors of #5ACDBF
Black with #5ACDBF
Text Example
Text Example
White with #5ACDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACDBF; }
p { color: rgb(90,205,191); }
H1.HeaderClassName
{
color: #5ACDBF;
}
.AnyTagClassName
{
color: #5ACDBF;
}
</style>
background-color css
<style>
a { background-color: #5ACDBF; }
a { background-color: rgb(90,205,191); }
div.DivClassName
{
background-color: #5ACDBF;
}
.BgClassName
{
background-color: #5ACDBF;
}
</style>
border-color css
<style>
span { border-color: #5ACDBF; }
span { border-color: rgb(90,205,191); }
td.TdClassName
{
border-color: #5ACDBF;
}
.TagClassName
{
border-color: #5ACDBF;
}
</style>