Shades of Downy #5AE6BC
Tints of Downy #5AE6BC
RGB
CMYK
RGB Variations
Color information
#5AE6BC (or 0x5AE6BC) is known color: Downy. HEX triplet: 5A, E6 and BC. RGB value is (90,230,188). Sum of RGB (Red+Green+Blue) = 90+230+188=508 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.72% from 508); Green value is 230 (90.23% from 255 or 45.28% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 230 - color contains mainly: green. Hex color #5AE6BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AE6BC is #A51943. Grayscale: #B7B7B7. Windows color (decimal): -10819908 or 12379738. OLE color: 12379738.
HSL color Cylindrical-coordinate representation of color #5AE6BC: hue angle of 162º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE6BC is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 230 | 188 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.10 |
| HSL | 162º | 0.74% | 0.63% | - |
| HSV(B) | 162º | 0.61% | 0.9% | - |
| XYZ | 41.59 | 62.4 | 57.43 | - |
| YUV | 183.35 | 130.62 | 61.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 230 | 188 | 0.61 | 0 | 0.18 | 0.10 | 162 | 0.74 | 0.63 |
| Hex | 5A | E6 | BC | 3D | 0 | 12 | A | A2 | 4A | 3F |
| Octal | 132 | 346 | 274 | 75 | 0 | 22 | 12 | 242 | 112 | 77 |
| Binary | 1011010 | 11100110 | 10111100 | 111101 | 0 | 10010 | 1010 | 10100010 | 1001010 | 111111 |
Color Harmonies of #5AE6BC
Complementary color
Monochromatic Colors of #5AE6BC
Black with #5AE6BC
Text Example
Text Example
White with #5AE6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE6BC; }
p { color: rgb(90,230,188); }
H1.HeaderClassName
{
color: #5AE6BC;
}
.AnyTagClassName
{
color: #5AE6BC;
}
</style>
background-color css
<style>
a { background-color: #5AE6BC; }
a { background-color: rgb(90,230,188); }
div.DivClassName
{
background-color: #5AE6BC;
}
.BgClassName
{
background-color: #5AE6BC;
}
</style>
border-color css
<style>
span { border-color: #5AE6BC; }
span { border-color: rgb(90,230,188); }
td.TdClassName
{
border-color: #5AE6BC;
}
.TagClassName
{
border-color: #5AE6BC;
}
</style>