Shades of Downy #5ADFBA
Tints of Downy #5ADFBA
RGB
CMYK
RGB Variations
Color information
#5ADFBA (or 0x5ADFBA) is known color: Downy. HEX triplet: 5A, DF and BA. RGB value is (90,223,186). Sum of RGB (Red+Green+Blue) = 90+223+186=499 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18.04% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #5ADFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADFBA is #A52045. Grayscale: #B3B3B3. Windows color (decimal): -10821702 or 12246874. OLE color: 12246874.
HSL color Cylindrical-coordinate representation of color #5ADFBA: hue angle of 163.31º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ADFBA is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 223 | 186 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.13 |
| HSL | 163.31º | 0.68% | 0.61% | - |
| HSV(B) | 163.31º | 0.6% | 0.87% | - |
| XYZ | 39.47 | 58.49 | 55.66 | - |
| YUV | 179.02 | 131.94 | 64.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 223 | 186 | 0.60 | 0 | 0.17 | 0.13 | 163.31 | 0.68 | 0.61 |
| Hex | 5A | DF | BA | 3C | 0 | 11 | D | A3 | 44 | 3D |
| Octal | 132 | 337 | 272 | 74 | 0 | 21 | 15 | 243 | 104 | 75 |
| Binary | 1011010 | 11011111 | 10111010 | 111100 | 0 | 10001 | 1101 | 10100011 | 1000100 | 111101 |
Color Harmonies of #5ADFBA
Complementary color
Monochromatic Colors of #5ADFBA
Black with #5ADFBA
Text Example
Text Example
White with #5ADFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADFBA; }
p { color: rgb(90,223,186); }
H1.HeaderClassName
{
color: #5ADFBA;
}
.AnyTagClassName
{
color: #5ADFBA;
}
</style>
background-color css
<style>
a { background-color: #5ADFBA; }
a { background-color: rgb(90,223,186); }
div.DivClassName
{
background-color: #5ADFBA;
}
.BgClassName
{
background-color: #5ADFBA;
}
</style>
border-color css
<style>
span { border-color: #5ADFBA; }
span { border-color: rgb(90,223,186); }
td.TdClassName
{
border-color: #5ADFBA;
}
.TagClassName
{
border-color: #5ADFBA;
}
</style>