Shades of Downy #5ADABD
Tints of Downy #5ADABD
RGB
CMYK
RGB Variations
Color information
#5ADABD (or 0x5ADABD) is known color: Downy. HEX triplet: 5A, DA and BD. RGB value is (90,218,189). Sum of RGB (Red+Green+Blue) = 90+218+189=497 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.11% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #5ADABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADABD is #A52542. Grayscale: #B0B0B0. Windows color (decimal): -10822979 or 12442202. OLE color: 12442202.
HSL color Cylindrical-coordinate representation of color #5ADABD: hue angle of 166.41º 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 #5ADABD is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 218 | 189 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.15 |
| HSL | 166.41º | 0.63% | 0.6% | - |
| HSV(B) | 166.41º | 0.59% | 0.85% | - |
| XYZ | 38.47 | 55.99 | 56.92 | - |
| YUV | 176.42 | 135.09 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 218 | 189 | 0.59 | 0 | 0.13 | 0.15 | 166.41 | 0.63 | 0.6 |
| Hex | 5A | DA | BD | 3B | 0 | D | F | A6 | 3F | 3C |
| Octal | 132 | 332 | 275 | 73 | 0 | 15 | 17 | 246 | 77 | 74 |
| Binary | 1011010 | 11011010 | 10111101 | 111011 | 0 | 1101 | 1111 | 10100110 | 111111 | 111100 |
Color Harmonies of #5ADABD
Complementary color
Monochromatic Colors of #5ADABD
Black with #5ADABD
Text Example
Text Example
White with #5ADABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADABD; }
p { color: rgb(90,218,189); }
H1.HeaderClassName
{
color: #5ADABD;
}
.AnyTagClassName
{
color: #5ADABD;
}
</style>
background-color css
<style>
a { background-color: #5ADABD; }
a { background-color: rgb(90,218,189); }
div.DivClassName
{
background-color: #5ADABD;
}
.BgClassName
{
background-color: #5ADABD;
}
</style>
border-color css
<style>
span { border-color: #5ADABD; }
span { border-color: rgb(90,218,189); }
td.TdClassName
{
border-color: #5ADABD;
}
.TagClassName
{
border-color: #5ADABD;
}
</style>