Shades of Downy #5ACABD
Tints of Downy #5ACABD
RGB
CMYK
RGB Variations
Color information
#5ACABD (or 0x5ACABD) is known color: Downy. HEX triplet: 5A, CA and BD. RGB value is (90,202,189). Sum of RGB (Red+Green+Blue) = 90+202+189=481 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.71% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #5ACABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACABD is #A53542. Grayscale: #A6A6A6. Windows color (decimal): -10827075 or 12438106. OLE color: 12438106.
HSL color Cylindrical-coordinate representation of color #5ACABD: hue angle of 173.04º 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 #5ACABD is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 202 | 189 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.21 |
| HSL | 173.04º | 0.51% | 0.57% | - |
| HSV(B) | 173.04º | 0.55% | 0.79% | - |
| XYZ | 34.52 | 48.09 | 55.61 | - |
| YUV | 167.03 | 140.39 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 202 | 189 | 0.55 | 0 | 0.06 | 0.21 | 173.04 | 0.51 | 0.57 |
| Hex | 5A | CA | BD | 37 | 0 | 6 | 15 | AD | 33 | 39 |
| Octal | 132 | 312 | 275 | 67 | 0 | 6 | 25 | 255 | 63 | 71 |
| Binary | 1011010 | 11001010 | 10111101 | 110111 | 0 | 110 | 10101 | 10101101 | 110011 | 111001 |
Color Harmonies of #5ACABD
Complementary color
Monochromatic Colors of #5ACABD
Black with #5ACABD
Text Example
Text Example
White with #5ACABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACABD; }
p { color: rgb(90,202,189); }
H1.HeaderClassName
{
color: #5ACABD;
}
.AnyTagClassName
{
color: #5ACABD;
}
</style>
background-color css
<style>
a { background-color: #5ACABD; }
a { background-color: rgb(90,202,189); }
div.DivClassName
{
background-color: #5ACABD;
}
.BgClassName
{
background-color: #5ACABD;
}
</style>
border-color css
<style>
span { border-color: #5ACABD; }
span { border-color: rgb(90,202,189); }
td.TdClassName
{
border-color: #5ACABD;
}
.TagClassName
{
border-color: #5ACABD;
}
</style>