Shades of Downy #5AD9BC
Tints of Downy #5AD9BC
RGB
CMYK
RGB Variations
Color information
#5AD9BC (or 0x5AD9BC) is known color: Downy. HEX triplet: 5A, D9 and BC. RGB value is (90,217,188). Sum of RGB (Red+Green+Blue) = 90+217+188=495 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.18% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD9BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD9BC is #A52643. Grayscale: #AFAFAF. Windows color (decimal): -10823236 or 12376410. OLE color: 12376410.
HSL color Cylindrical-coordinate representation of color #5AD9BC: hue angle of 166.3º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AD9BC is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 217 | 188 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.15 |
| HSL | 166.3º | 0.63% | 0.6% | - |
| HSV(B) | 166.3º | 0.59% | 0.85% | - |
| XYZ | 38.11 | 55.43 | 56.27 | - |
| YUV | 175.72 | 134.92 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 217 | 188 | 0.59 | 0 | 0.13 | 0.15 | 166.3 | 0.63 | 0.6 |
| Hex | 5A | D9 | BC | 3B | 0 | D | F | A6 | 3F | 3C |
| Octal | 132 | 331 | 274 | 73 | 0 | 15 | 17 | 246 | 77 | 74 |
| Binary | 1011010 | 11011001 | 10111100 | 111011 | 0 | 1101 | 1111 | 10100110 | 111111 | 111100 |
Color Harmonies of #5AD9BC
Complementary color
Monochromatic Colors of #5AD9BC
Black with #5AD9BC
Text Example
Text Example
White with #5AD9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD9BC; }
p { color: rgb(90,217,188); }
H1.HeaderClassName
{
color: #5AD9BC;
}
.AnyTagClassName
{
color: #5AD9BC;
}
</style>
background-color css
<style>
a { background-color: #5AD9BC; }
a { background-color: rgb(90,217,188); }
div.DivClassName
{
background-color: #5AD9BC;
}
.BgClassName
{
background-color: #5AD9BC;
}
</style>
border-color css
<style>
span { border-color: #5AD9BC; }
span { border-color: rgb(90,217,188); }
td.TdClassName
{
border-color: #5AD9BC;
}
.TagClassName
{
border-color: #5AD9BC;
}
</style>