Shades of Downy #5AE3C4
Tints of Downy #5AE3C4
RGB
CMYK
RGB Variations
Color information
#5AE3C4 (or 0x5AE3C4) is known color: Downy. HEX triplet: 5A, E3 and C4. RGB value is (90,227,196). Sum of RGB (Red+Green+Blue) = 90+227+196=513 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.54% from 513); Green value is 227 (89.06% from 255 or 44.25% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 227 - color contains mainly: green. Hex color #5AE3C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AE3C4 is #A51C3B. Grayscale: #B6B6B6. Windows color (decimal): -10820668 or 12903258. OLE color: 12903258.
HSL color Cylindrical-coordinate representation of color #5AE3C4: hue angle of 166.42º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AE3C4 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 90 | 227 | 196 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.11 |
| HSL | 166.42º | 0.71% | 0.62% | - |
| HSV(B) | 166.42º | 0.6% | 0.89% | - |
| XYZ | 41.65 | 61.1 | 61.82 | - |
| YUV | 182.5 | 135.61 | 62.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 227 | 196 | 0.60 | 0 | 0.14 | 0.11 | 166.42 | 0.71 | 0.62 |
| Hex | 5A | E3 | C4 | 3C | 0 | E | B | A6 | 47 | 3E |
| Octal | 132 | 343 | 304 | 74 | 0 | 16 | 13 | 246 | 107 | 76 |
| Binary | 1011010 | 11100011 | 11000100 | 111100 | 0 | 1110 | 1011 | 10100110 | 1000111 | 111110 |
Color Harmonies of #5AE3C4
Complementary color
Monochromatic Colors of #5AE3C4
Black with #5AE3C4
Text Example
Text Example
White with #5AE3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE3C4; }
p { color: rgb(90,227,196); }
H1.HeaderClassName
{
color: #5AE3C4;
}
.AnyTagClassName
{
color: #5AE3C4;
}
</style>
background-color css
<style>
a { background-color: #5AE3C4; }
a { background-color: rgb(90,227,196); }
div.DivClassName
{
background-color: #5AE3C4;
}
.BgClassName
{
background-color: #5AE3C4;
}
</style>
border-color css
<style>
span { border-color: #5AE3C4; }
span { border-color: rgb(90,227,196); }
td.TdClassName
{
border-color: #5AE3C4;
}
.TagClassName
{
border-color: #5AE3C4;
}
</style>