Shades of Downy #5AE8C2
Tints of Downy #5AE8C2
RGB
CMYK
RGB Variations
Color information
#5AE8C2 (or 0x5AE8C2) is known color: Downy. HEX triplet: 5A, E8 and C2. RGB value is (90,232,194). Sum of RGB (Red+Green+Blue) = 90+232+194=516 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.44% from 516); Green value is 232 (91.02% from 255 or 44.96% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 232 - color contains mainly: green. Hex color #5AE8C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AE8C2 is #A5173D. Grayscale: #B9B9B9. Windows color (decimal): -10819390 or 12773466. OLE color: 12773466.
HSL color Cylindrical-coordinate representation of color #5AE8C2: hue angle of 163.94º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE8C2 is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 90 | 232 | 194 | - |
| CMYK | 0.61 | 0 | 0.16 | 0.09 |
| HSL | 163.94º | 0.76% | 0.63% | - |
| HSV(B) | 163.94º | 0.61% | 0.91% | - |
| XYZ | 42.81 | 63.78 | 61.09 | - |
| YUV | 185.21 | 132.96 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 232 | 194 | 0.61 | 0 | 0.16 | 0.09 | 163.94 | 0.76 | 0.63 |
| Hex | 5A | E8 | C2 | 3D | 0 | 10 | 9 | A4 | 4C | 3F |
| Octal | 132 | 350 | 302 | 75 | 0 | 20 | 11 | 244 | 114 | 77 |
| Binary | 1011010 | 11101000 | 11000010 | 111101 | 0 | 10000 | 1001 | 10100100 | 1001100 | 111111 |
Color Harmonies of #5AE8C2
Complementary color
Monochromatic Colors of #5AE8C2
Black with #5AE8C2
Text Example
Text Example
White with #5AE8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE8C2; }
p { color: rgb(90,232,194); }
H1.HeaderClassName
{
color: #5AE8C2;
}
.AnyTagClassName
{
color: #5AE8C2;
}
</style>
background-color css
<style>
a { background-color: #5AE8C2; }
a { background-color: rgb(90,232,194); }
div.DivClassName
{
background-color: #5AE8C2;
}
.BgClassName
{
background-color: #5AE8C2;
}
</style>
border-color css
<style>
span { border-color: #5AE8C2; }
span { border-color: rgb(90,232,194); }
td.TdClassName
{
border-color: #5AE8C2;
}
.TagClassName
{
border-color: #5AE8C2;
}
</style>