Shades of Downy #5AE5C2
Tints of Downy #5AE5C2
RGB
CMYK
RGB Variations
Color information
#5AE5C2 (or 0x5AE5C2) is known color: Downy. HEX triplet: 5A, E5 and C2. RGB value is (90,229,194). Sum of RGB (Red+Green+Blue) = 90+229+194=513 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.54% from 513); Green value is 229 (89.84% from 255 or 44.64% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 229 - color contains mainly: green. Hex color #5AE5C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AE5C2 is #A51A3D. Grayscale: #B7B7B7. Windows color (decimal): -10820158 or 12772698. OLE color: 12772698.
HSL color Cylindrical-coordinate representation of color #5AE5C2: hue angle of 164.89º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE5C2 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 229 | 194 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.10 |
| HSL | 164.89º | 0.73% | 0.63% | - |
| HSV(B) | 164.89º | 0.61% | 0.9% | - |
| XYZ | 41.97 | 62.11 | 60.81 | - |
| YUV | 183.45 | 133.95 | 61.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 229 | 194 | 0.61 | 0 | 0.15 | 0.10 | 164.89 | 0.73 | 0.63 |
| Hex | 5A | E5 | C2 | 3D | 0 | F | A | A5 | 49 | 3F |
| Octal | 132 | 345 | 302 | 75 | 0 | 17 | 12 | 245 | 111 | 77 |
| Binary | 1011010 | 11100101 | 11000010 | 111101 | 0 | 1111 | 1010 | 10100101 | 1001001 | 111111 |
Color Harmonies of #5AE5C2
Complementary color
Monochromatic Colors of #5AE5C2
Black with #5AE5C2
Text Example
Text Example
White with #5AE5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE5C2; }
p { color: rgb(90,229,194); }
H1.HeaderClassName
{
color: #5AE5C2;
}
.AnyTagClassName
{
color: #5AE5C2;
}
</style>
background-color css
<style>
a { background-color: #5AE5C2; }
a { background-color: rgb(90,229,194); }
div.DivClassName
{
background-color: #5AE5C2;
}
.BgClassName
{
background-color: #5AE5C2;
}
</style>
border-color css
<style>
span { border-color: #5AE5C2; }
span { border-color: rgb(90,229,194); }
td.TdClassName
{
border-color: #5AE5C2;
}
.TagClassName
{
border-color: #5AE5C2;
}
</style>