Shades of Downy #5ACCBA
Tints of Downy #5ACCBA
RGB
CMYK
RGB Variations
Color information
#5ACCBA (or 0x5ACCBA) is known color: Downy. HEX triplet: 5A, CC and BA. RGB value is (90,204,186). Sum of RGB (Red+Green+Blue) = 90+204+186=480 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.75% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACCBA is #A53345. Grayscale: #A7A7A7. Windows color (decimal): -10826566 or 12242010. OLE color: 12242010.
HSL color Cylindrical-coordinate representation of color #5ACCBA: hue angle of 170.53º 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 #5ACCBA is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 204 | 186 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.2 |
| HSL | 170.53º | 0.53% | 0.58% | - |
| HSV(B) | 170.53º | 0.56% | 0.8% | - |
| XYZ | 34.67 | 48.9 | 54.07 | - |
| YUV | 167.86 | 138.23 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 204 | 186 | 0.56 | 0 | 0.09 | 0.2 | 170.53 | 0.53 | 0.58 |
| Hex | 5A | CC | BA | 38 | 0 | 9 | 14 | AB | 35 | 3A |
| Octal | 132 | 314 | 272 | 70 | 0 | 11 | 24 | 253 | 65 | 72 |
| Binary | 1011010 | 11001100 | 10111010 | 111000 | 0 | 1001 | 10100 | 10101011 | 110101 | 111010 |
Color Harmonies of #5ACCBA
Complementary color
Monochromatic Colors of #5ACCBA
Black with #5ACCBA
Text Example
Text Example
White with #5ACCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACCBA; }
p { color: rgb(90,204,186); }
H1.HeaderClassName
{
color: #5ACCBA;
}
.AnyTagClassName
{
color: #5ACCBA;
}
</style>
background-color css
<style>
a { background-color: #5ACCBA; }
a { background-color: rgb(90,204,186); }
div.DivClassName
{
background-color: #5ACCBA;
}
.BgClassName
{
background-color: #5ACCBA;
}
</style>
border-color css
<style>
span { border-color: #5ACCBA; }
span { border-color: rgb(90,204,186); }
td.TdClassName
{
border-color: #5ACCBA;
}
.TagClassName
{
border-color: #5ACCBA;
}
</style>