Shades of Downy #5AD3BC
Tints of Downy #5AD3BC
RGB
CMYK
RGB Variations
Color information
#5AD3BC (or 0x5AD3BC) is known color: Downy. HEX triplet: 5A, D3 and BC. RGB value is (90,211,188). Sum of RGB (Red+Green+Blue) = 90+211+188=489 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.40% from 489); Green value is 211 (82.81% from 255 or 43.15% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 211 - color contains mainly: green. Hex color #5AD3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD3BC is #A52C43. Grayscale: #ACACAC. Windows color (decimal): -10824772 or 12374874. OLE color: 12374874.
HSL color Cylindrical-coordinate representation of color #5AD3BC: hue angle of 168.6º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD3BC is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 90 | 211 | 188 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.17 |
| HSL | 168.6º | 0.58% | 0.59% | - |
| HSV(B) | 168.6º | 0.57% | 0.83% | - |
| XYZ | 36.59 | 52.39 | 55.76 | - |
| YUV | 172.2 | 136.91 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 211 | 188 | 0.57 | 0 | 0.11 | 0.17 | 168.6 | 0.58 | 0.59 |
| Hex | 5A | D3 | BC | 39 | 0 | B | 11 | A9 | 3A | 3B |
| Octal | 132 | 323 | 274 | 71 | 0 | 13 | 21 | 251 | 72 | 73 |
| Binary | 1011010 | 11010011 | 10111100 | 111001 | 0 | 1011 | 10001 | 10101001 | 111010 | 111011 |
Color Harmonies of #5AD3BC
Complementary color
Monochromatic Colors of #5AD3BC
Black with #5AD3BC
Text Example
Text Example
White with #5AD3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD3BC; }
p { color: rgb(90,211,188); }
H1.HeaderClassName
{
color: #5AD3BC;
}
.AnyTagClassName
{
color: #5AD3BC;
}
</style>
background-color css
<style>
a { background-color: #5AD3BC; }
a { background-color: rgb(90,211,188); }
div.DivClassName
{
background-color: #5AD3BC;
}
.BgClassName
{
background-color: #5AD3BC;
}
</style>
border-color css
<style>
span { border-color: #5AD3BC; }
span { border-color: rgb(90,211,188); }
td.TdClassName
{
border-color: #5AD3BC;
}
.TagClassName
{
border-color: #5AD3BC;
}
</style>