Shades of Downy #5AD7BC
Tints of Downy #5AD7BC
RGB
CMYK
RGB Variations
Color information
#5AD7BC (or 0x5AD7BC) is known color: Downy. HEX triplet: 5A, D7 and BC. RGB value is (90,215,188). Sum of RGB (Red+Green+Blue) = 90+215+188=493 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.26% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 215 - color contains mainly: green. Hex color #5AD7BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD7BC is #A52843. Grayscale: #AEAEAE. Windows color (decimal): -10823748 or 12375898. OLE color: 12375898.
HSL color Cylindrical-coordinate representation of color #5AD7BC: hue angle of 167.04º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD7BC is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 215 | 188 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.16 |
| HSL | 167.04º | 0.61% | 0.6% | - |
| HSV(B) | 167.04º | 0.58% | 0.84% | - |
| XYZ | 37.59 | 54.41 | 56.1 | - |
| YUV | 174.55 | 135.59 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 215 | 188 | 0.58 | 0 | 0.13 | 0.16 | 167.04 | 0.61 | 0.6 |
| Hex | 5A | D7 | BC | 3A | 0 | D | 10 | A7 | 3D | 3C |
| Octal | 132 | 327 | 274 | 72 | 0 | 15 | 20 | 247 | 75 | 74 |
| Binary | 1011010 | 11010111 | 10111100 | 111010 | 0 | 1101 | 10000 | 10100111 | 111101 | 111100 |
Color Harmonies of #5AD7BC
Complementary color
Monochromatic Colors of #5AD7BC
Black with #5AD7BC
Text Example
Text Example
White with #5AD7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD7BC; }
p { color: rgb(90,215,188); }
H1.HeaderClassName
{
color: #5AD7BC;
}
.AnyTagClassName
{
color: #5AD7BC;
}
</style>
background-color css
<style>
a { background-color: #5AD7BC; }
a { background-color: rgb(90,215,188); }
div.DivClassName
{
background-color: #5AD7BC;
}
.BgClassName
{
background-color: #5AD7BC;
}
</style>
border-color css
<style>
span { border-color: #5AD7BC; }
span { border-color: rgb(90,215,188); }
td.TdClassName
{
border-color: #5AD7BC;
}
.TagClassName
{
border-color: #5AD7BC;
}
</style>