Shades of Downy #5ED7CA
Tints of Downy #5ED7CA
RGB
CMYK
RGB Variations
Color information
#5ED7CA (or 0x5ED7CA) is known color: Downy. HEX triplet: 5E, D7 and CA. RGB value is (94,215,202). Sum of RGB (Red+Green+Blue) = 94+215+202=511 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.40% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 215 - color contains mainly: green. Hex color #5ED7CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED7CA is #A12835. Grayscale: #B1B1B1. Windows color (decimal): -10561590 or 13293406. OLE color: 13293406.
HSL color Cylindrical-coordinate representation of color #5ED7CA: hue angle of 173.55º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ED7CA is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 215 | 202 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.16 |
| HSL | 173.55º | 0.6% | 0.61% | - |
| HSV(B) | 173.55º | 0.56% | 0.84% | - |
| XYZ | 39.58 | 55.24 | 64.45 | - |
| YUV | 177.34 | 141.91 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 215 | 202 | 0.56 | 0 | 0.06 | 0.16 | 173.55 | 0.6 | 0.61 |
| Hex | 5E | D7 | CA | 38 | 0 | 6 | 10 | AE | 3C | 3D |
| Octal | 136 | 327 | 312 | 70 | 0 | 6 | 20 | 256 | 74 | 75 |
| Binary | 1011110 | 11010111 | 11001010 | 111000 | 0 | 110 | 10000 | 10101110 | 111100 | 111101 |
Color Harmonies of #5ED7CA
Complementary color
Monochromatic Colors of #5ED7CA
Black with #5ED7CA
Text Example
Text Example
White with #5ED7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED7CA; }
p { color: rgb(94,215,202); }
H1.HeaderClassName
{
color: #5ED7CA;
}
.AnyTagClassName
{
color: #5ED7CA;
}
</style>
background-color css
<style>
a { background-color: #5ED7CA; }
a { background-color: rgb(94,215,202); }
div.DivClassName
{
background-color: #5ED7CA;
}
.BgClassName
{
background-color: #5ED7CA;
}
</style>
border-color css
<style>
span { border-color: #5ED7CA; }
span { border-color: rgb(94,215,202); }
td.TdClassName
{
border-color: #5ED7CA;
}
.TagClassName
{
border-color: #5ED7CA;
}
</style>