Shades of Downy #5ACCB8
Tints of Downy #5ACCB8
RGB
CMYK
RGB Variations
Color information
#5ACCB8 (or 0x5ACCB8) is known color: Downy. HEX triplet: 5A, CC and B8. RGB value is (90,204,184). Sum of RGB (Red+Green+Blue) = 90+204+184=478 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.83% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 184 (72.27% from 255 or 38.49% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACCB8 is #A53347. Grayscale: #A7A7A7. Windows color (decimal): -10826568 or 12110938. OLE color: 12110938.
HSL color Cylindrical-coordinate representation of color #5ACCB8: hue angle of 169.47º 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 #5ACCB8 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 204 | 184 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.2 |
| HSL | 169.47º | 0.53% | 0.58% | - |
| HSV(B) | 169.47º | 0.56% | 0.8% | - |
| XYZ | 34.46 | 48.82 | 52.95 | - |
| YUV | 167.63 | 137.23 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 204 | 184 | 0.56 | 0 | 0.10 | 0.2 | 169.47 | 0.53 | 0.58 |
| Hex | 5A | CC | B8 | 38 | 0 | A | 14 | A9 | 35 | 3A |
| Octal | 132 | 314 | 270 | 70 | 0 | 12 | 24 | 251 | 65 | 72 |
| Binary | 1011010 | 11001100 | 10111000 | 111000 | 0 | 1010 | 10100 | 10101001 | 110101 | 111010 |
Color Harmonies of #5ACCB8
Complementary color
Monochromatic Colors of #5ACCB8
Black with #5ACCB8
Text Example
Text Example
White with #5ACCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACCB8; }
p { color: rgb(90,204,184); }
H1.HeaderClassName
{
color: #5ACCB8;
}
.AnyTagClassName
{
color: #5ACCB8;
}
</style>
background-color css
<style>
a { background-color: #5ACCB8; }
a { background-color: rgb(90,204,184); }
div.DivClassName
{
background-color: #5ACCB8;
}
.BgClassName
{
background-color: #5ACCB8;
}
</style>
border-color css
<style>
span { border-color: #5ACCB8; }
span { border-color: rgb(90,204,184); }
td.TdClassName
{
border-color: #5ACCB8;
}
.TagClassName
{
border-color: #5ACCB8;
}
</style>