Shades of Downy #5ADCBE
Tints of Downy #5ADCBE
RGB
CMYK
RGB Variations
Color information
#5ADCBE (or 0x5ADCBE) is known color: Downy. HEX triplet: 5A, DC and BE. RGB value is (90,220,190). Sum of RGB (Red+Green+Blue) = 90+220+190=500 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADCBE is #A52341. Grayscale: #B1B1B1. Windows color (decimal): -10822466 or 12508250. OLE color: 12508250.
HSL color Cylindrical-coordinate representation of color #5ADCBE: hue angle of 166.15º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADCBE is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 220 | 190 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.14 |
| HSL | 166.15º | 0.65% | 0.61% | - |
| HSV(B) | 166.15º | 0.59% | 0.86% | - |
| XYZ | 39.1 | 57.08 | 57.67 | - |
| YUV | 177.71 | 134.93 | 65.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 220 | 190 | 0.59 | 0 | 0.14 | 0.14 | 166.15 | 0.65 | 0.61 |
| Hex | 5A | DC | BE | 3B | 0 | E | E | A6 | 41 | 3D |
| Octal | 132 | 334 | 276 | 73 | 0 | 16 | 16 | 246 | 101 | 75 |
| Binary | 1011010 | 11011100 | 10111110 | 111011 | 0 | 1110 | 1110 | 10100110 | 1000001 | 111101 |
Color Harmonies of #5ADCBE
Complementary color
Monochromatic Colors of #5ADCBE
Black with #5ADCBE
Text Example
Text Example
White with #5ADCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADCBE; }
p { color: rgb(90,220,190); }
H1.HeaderClassName
{
color: #5ADCBE;
}
.AnyTagClassName
{
color: #5ADCBE;
}
</style>
background-color css
<style>
a { background-color: #5ADCBE; }
a { background-color: rgb(90,220,190); }
div.DivClassName
{
background-color: #5ADCBE;
}
.BgClassName
{
background-color: #5ADCBE;
}
</style>
border-color css
<style>
span { border-color: #5ADCBE; }
span { border-color: rgb(90,220,190); }
td.TdClassName
{
border-color: #5ADCBE;
}
.TagClassName
{
border-color: #5ADCBE;
}
</style>