Shades of Downy #5ADEC1
Tints of Downy #5ADEC1
RGB
CMYK
RGB Variations
Color information
#5ADEC1 (or 0x5ADEC1) is known color: Downy. HEX triplet: 5A, DE and C1. RGB value is (90,222,193). Sum of RGB (Red+Green+Blue) = 90+222+193=505 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.82% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADEC1 is #A5213E. Grayscale: #B3B3B3. Windows color (decimal): -10821951 or 12705370. OLE color: 12705370.
HSL color Cylindrical-coordinate representation of color #5ADEC1: hue angle of 166.82º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADEC1 is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 222 | 193 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.13 |
| HSL | 166.82º | 0.67% | 0.61% | - |
| HSV(B) | 166.82º | 0.59% | 0.87% | - |
| XYZ | 39.96 | 58.27 | 59.59 | - |
| YUV | 179.23 | 135.77 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 193 | 0.59 | 0 | 0.13 | 0.13 | 166.82 | 0.67 | 0.61 |
| Hex | 5A | DE | C1 | 3B | 0 | D | D | A7 | 43 | 3D |
| Octal | 132 | 336 | 301 | 73 | 0 | 15 | 15 | 247 | 103 | 75 |
| Binary | 1011010 | 11011110 | 11000001 | 111011 | 0 | 1101 | 1101 | 10100111 | 1000011 | 111101 |
Color Harmonies of #5ADEC1
Complementary color
Monochromatic Colors of #5ADEC1
Black with #5ADEC1
Text Example
Text Example
White with #5ADEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADEC1; }
p { color: rgb(90,222,193); }
H1.HeaderClassName
{
color: #5ADEC1;
}
.AnyTagClassName
{
color: #5ADEC1;
}
</style>
background-color css
<style>
a { background-color: #5ADEC1; }
a { background-color: rgb(90,222,193); }
div.DivClassName
{
background-color: #5ADEC1;
}
.BgClassName
{
background-color: #5ADEC1;
}
</style>
border-color css
<style>
span { border-color: #5ADEC1; }
span { border-color: rgb(90,222,193); }
td.TdClassName
{
border-color: #5ADEC1;
}
.TagClassName
{
border-color: #5ADEC1;
}
</style>