Shades of Downy #5ACABB
Tints of Downy #5ACABB
RGB
CMYK
RGB Variations
Color information
#5ACABB (or 0x5ACABB) is known color: Downy. HEX triplet: 5A, CA and BB. RGB value is (90,202,187). Sum of RGB (Red+Green+Blue) = 90+202+187=479 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.79% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #5ACABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACABB is #A53544. Grayscale: #A6A6A6. Windows color (decimal): -10827077 or 12307034. OLE color: 12307034.
HSL color Cylindrical-coordinate representation of color #5ACABB: hue angle of 171.96º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ACABB is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 202 | 187 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.21 |
| HSL | 171.96º | 0.51% | 0.57% | - |
| HSV(B) | 171.96º | 0.55% | 0.79% | - |
| XYZ | 34.31 | 48 | 54.47 | - |
| YUV | 166.8 | 139.39 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 202 | 187 | 0.55 | 0 | 0.07 | 0.21 | 171.96 | 0.51 | 0.57 |
| Hex | 5A | CA | BB | 37 | 0 | 7 | 15 | AC | 33 | 39 |
| Octal | 132 | 312 | 273 | 67 | 0 | 7 | 25 | 254 | 63 | 71 |
| Binary | 1011010 | 11001010 | 10111011 | 110111 | 0 | 111 | 10101 | 10101100 | 110011 | 111001 |
Color Harmonies of #5ACABB
Complementary color
Monochromatic Colors of #5ACABB
Black with #5ACABB
Text Example
Text Example
White with #5ACABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACABB; }
p { color: rgb(90,202,187); }
H1.HeaderClassName
{
color: #5ACABB;
}
.AnyTagClassName
{
color: #5ACABB;
}
</style>
background-color css
<style>
a { background-color: #5ACABB; }
a { background-color: rgb(90,202,187); }
div.DivClassName
{
background-color: #5ACABB;
}
.BgClassName
{
background-color: #5ACABB;
}
</style>
border-color css
<style>
span { border-color: #5ACABB; }
span { border-color: rgb(90,202,187); }
td.TdClassName
{
border-color: #5ACABB;
}
.TagClassName
{
border-color: #5ACABB;
}
</style>