Shades of Downy #5AE8C5
Tints of Downy #5AE8C5
RGB
CMYK
RGB Variations
Color information
#5AE8C5 (or 0x5AE8C5) is known color: Downy. HEX triplet: 5A, E8 and C5. RGB value is (90,232,197). Sum of RGB (Red+Green+Blue) = 90+232+197=519 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.34% from 519); Green value is 232 (91.02% from 255 or 44.70% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 232 - color contains mainly: green. Hex color #5AE8C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AE8C5 is #A5173A. Grayscale: #B9B9B9. Windows color (decimal): -10819387 or 12970074. OLE color: 12970074.
HSL color Cylindrical-coordinate representation of color #5AE8C5: hue angle of 165.21º 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 #5AE8C5 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 90 | 232 | 197 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.09 |
| HSL | 165.21º | 0.76% | 0.63% | - |
| HSV(B) | 165.21º | 0.61% | 0.91% | - |
| XYZ | 43.15 | 63.92 | 62.89 | - |
| YUV | 185.55 | 134.46 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 232 | 197 | 0.61 | 0 | 0.15 | 0.09 | 165.21 | 0.76 | 0.63 |
| Hex | 5A | E8 | C5 | 3D | 0 | F | 9 | A5 | 4C | 3F |
| Octal | 132 | 350 | 305 | 75 | 0 | 17 | 11 | 245 | 114 | 77 |
| Binary | 1011010 | 11101000 | 11000101 | 111101 | 0 | 1111 | 1001 | 10100101 | 1001100 | 111111 |
Color Harmonies of #5AE8C5
Complementary color
Monochromatic Colors of #5AE8C5
Black with #5AE8C5
Text Example
Text Example
White with #5AE8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE8C5; }
p { color: rgb(90,232,197); }
H1.HeaderClassName
{
color: #5AE8C5;
}
.AnyTagClassName
{
color: #5AE8C5;
}
</style>
background-color css
<style>
a { background-color: #5AE8C5; }
a { background-color: rgb(90,232,197); }
div.DivClassName
{
background-color: #5AE8C5;
}
.BgClassName
{
background-color: #5AE8C5;
}
</style>
border-color css
<style>
span { border-color: #5AE8C5; }
span { border-color: rgb(90,232,197); }
td.TdClassName
{
border-color: #5AE8C5;
}
.TagClassName
{
border-color: #5AE8C5;
}
</style>