Shades of Downy #5AE6C2
Tints of Downy #5AE6C2
RGB
CMYK
RGB Variations
Color information
#5AE6C2 (or 0x5AE6C2) is known color: Downy. HEX triplet: 5A, E6 and C2. RGB value is (90,230,194). Sum of RGB (Red+Green+Blue) = 90+230+194=514 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.51% from 514); Green value is 230 (90.23% from 255 or 44.75% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 230 - color contains mainly: green. Hex color #5AE6C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AE6C2 is #A5193D. Grayscale: #B8B8B8. Windows color (decimal): -10819902 or 12772954. OLE color: 12772954.
HSL color Cylindrical-coordinate representation of color #5AE6C2: hue angle of 164.57º degrees, saturation: 0.74, 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 #5AE6C2 is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 230 | 194 | - |
| CMYK | 0.61 | 0 | 0.16 | 0.10 |
| HSL | 164.57º | 0.74% | 0.63% | - |
| HSV(B) | 164.57º | 0.61% | 0.9% | - |
| XYZ | 42.25 | 62.66 | 60.91 | - |
| YUV | 184.04 | 133.62 | 60.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 230 | 194 | 0.61 | 0 | 0.16 | 0.10 | 164.57 | 0.74 | 0.63 |
| Hex | 5A | E6 | C2 | 3D | 0 | 10 | A | A5 | 4A | 3F |
| Octal | 132 | 346 | 302 | 75 | 0 | 20 | 12 | 245 | 112 | 77 |
| Binary | 1011010 | 11100110 | 11000010 | 111101 | 0 | 10000 | 1010 | 10100101 | 1001010 | 111111 |
Color Harmonies of #5AE6C2
Complementary color
Monochromatic Colors of #5AE6C2
Black with #5AE6C2
Text Example
Text Example
White with #5AE6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE6C2; }
p { color: rgb(90,230,194); }
H1.HeaderClassName
{
color: #5AE6C2;
}
.AnyTagClassName
{
color: #5AE6C2;
}
</style>
background-color css
<style>
a { background-color: #5AE6C2; }
a { background-color: rgb(90,230,194); }
div.DivClassName
{
background-color: #5AE6C2;
}
.BgClassName
{
background-color: #5AE6C2;
}
</style>
border-color css
<style>
span { border-color: #5AE6C2; }
span { border-color: rgb(90,230,194); }
td.TdClassName
{
border-color: #5AE6C2;
}
.TagClassName
{
border-color: #5AE6C2;
}
</style>