Shades of Downy #5AD6BE
Tints of Downy #5AD6BE
RGB
CMYK
RGB Variations
Color information
#5AD6BE (or 0x5AD6BE) is known color: Downy. HEX triplet: 5A, D6 and BE. RGB value is (90,214,190). Sum of RGB (Red+Green+Blue) = 90+214+190=494 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.22% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD6BE is #A52941. Grayscale: #AEAEAE. Windows color (decimal): -10824002 or 12506714. OLE color: 12506714.
HSL color Cylindrical-coordinate representation of color #5AD6BE: hue angle of 168.39º degrees, saturation: 0.6, 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 #5AD6BE is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 214 | 190 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.16 |
| HSL | 168.39º | 0.6% | 0.6% | - |
| HSV(B) | 168.39º | 0.58% | 0.84% | - |
| XYZ | 37.56 | 53.98 | 57.16 | - |
| YUV | 174.19 | 136.92 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 214 | 190 | 0.58 | 0 | 0.11 | 0.16 | 168.39 | 0.6 | 0.6 |
| Hex | 5A | D6 | BE | 3A | 0 | B | 10 | A8 | 3C | 3C |
| Octal | 132 | 326 | 276 | 72 | 0 | 13 | 20 | 250 | 74 | 74 |
| Binary | 1011010 | 11010110 | 10111110 | 111010 | 0 | 1011 | 10000 | 10101000 | 111100 | 111100 |
Color Harmonies of #5AD6BE
Complementary color
Monochromatic Colors of #5AD6BE
Black with #5AD6BE
Text Example
Text Example
White with #5AD6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD6BE; }
p { color: rgb(90,214,190); }
H1.HeaderClassName
{
color: #5AD6BE;
}
.AnyTagClassName
{
color: #5AD6BE;
}
</style>
background-color css
<style>
a { background-color: #5AD6BE; }
a { background-color: rgb(90,214,190); }
div.DivClassName
{
background-color: #5AD6BE;
}
.BgClassName
{
background-color: #5AD6BE;
}
</style>
border-color css
<style>
span { border-color: #5AD6BE; }
span { border-color: rgb(90,214,190); }
td.TdClassName
{
border-color: #5AD6BE;
}
.TagClassName
{
border-color: #5AD6BE;
}
</style>