Shades of Downy #5ACCBF
Tints of Downy #5ACCBF
RGB
CMYK
RGB Variations
Color information
#5ACCBF (or 0x5ACCBF) is known color: Downy. HEX triplet: 5A, CC and BF. RGB value is (90,204,191). Sum of RGB (Red+Green+Blue) = 90+204+191=485 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.56% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACCBF is #A53340. Grayscale: #A8A8A8. Windows color (decimal): -10826561 or 12569690. OLE color: 12569690.
HSL color Cylindrical-coordinate representation of color #5ACCBF: hue angle of 173.16º 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 #5ACCBF is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 204 | 191 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.2 |
| HSL | 173.16º | 0.53% | 0.58% | - |
| HSV(B) | 173.16º | 0.56% | 0.8% | - |
| XYZ | 35.21 | 49.12 | 56.92 | - |
| YUV | 168.43 | 140.73 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 204 | 191 | 0.56 | 0 | 0.06 | 0.2 | 173.16 | 0.53 | 0.58 |
| Hex | 5A | CC | BF | 38 | 0 | 6 | 14 | AD | 35 | 3A |
| Octal | 132 | 314 | 277 | 70 | 0 | 6 | 24 | 255 | 65 | 72 |
| Binary | 1011010 | 11001100 | 10111111 | 111000 | 0 | 110 | 10100 | 10101101 | 110101 | 111010 |
Color Harmonies of #5ACCBF
Complementary color
Monochromatic Colors of #5ACCBF
Black with #5ACCBF
Text Example
Text Example
White with #5ACCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACCBF; }
p { color: rgb(90,204,191); }
H1.HeaderClassName
{
color: #5ACCBF;
}
.AnyTagClassName
{
color: #5ACCBF;
}
</style>
background-color css
<style>
a { background-color: #5ACCBF; }
a { background-color: rgb(90,204,191); }
div.DivClassName
{
background-color: #5ACCBF;
}
.BgClassName
{
background-color: #5ACCBF;
}
</style>
border-color css
<style>
span { border-color: #5ACCBF; }
span { border-color: rgb(90,204,191); }
td.TdClassName
{
border-color: #5ACCBF;
}
.TagClassName
{
border-color: #5ACCBF;
}
</style>