Shades of Downy #5EDFBA
Tints of Downy #5EDFBA
RGB
CMYK
RGB Variations
Color information
#5EDFBA (or 0x5EDFBA) is known color: Downy. HEX triplet: 5E, DF and BA. RGB value is (94,223,186). Sum of RGB (Red+Green+Blue) = 94+223+186=503 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.69% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #5EDFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDFBA is #A12045. Grayscale: #B4B4B4. Windows color (decimal): -10559558 or 12246878. OLE color: 12246878.
HSL color Cylindrical-coordinate representation of color #5EDFBA: hue angle of 162.79º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EDFBA is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 223 | 186 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.13 |
| HSL | 162.79º | 0.67% | 0.62% | - |
| HSV(B) | 162.79º | 0.58% | 0.87% | - |
| XYZ | 39.87 | 58.7 | 55.68 | - |
| YUV | 180.21 | 131.26 | 66.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 223 | 186 | 0.58 | 0 | 0.17 | 0.13 | 162.79 | 0.67 | 0.62 |
| Hex | 5E | DF | BA | 3A | 0 | 11 | D | A3 | 43 | 3E |
| Octal | 136 | 337 | 272 | 72 | 0 | 21 | 15 | 243 | 103 | 76 |
| Binary | 1011110 | 11011111 | 10111010 | 111010 | 0 | 10001 | 1101 | 10100011 | 1000011 | 111110 |
Color Harmonies of #5EDFBA
Complementary color
Monochromatic Colors of #5EDFBA
Black with #5EDFBA
Text Example
Text Example
White with #5EDFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDFBA; }
p { color: rgb(94,223,186); }
H1.HeaderClassName
{
color: #5EDFBA;
}
.AnyTagClassName
{
color: #5EDFBA;
}
</style>
background-color css
<style>
a { background-color: #5EDFBA; }
a { background-color: rgb(94,223,186); }
div.DivClassName
{
background-color: #5EDFBA;
}
.BgClassName
{
background-color: #5EDFBA;
}
</style>
border-color css
<style>
span { border-color: #5EDFBA; }
span { border-color: rgb(94,223,186); }
td.TdClassName
{
border-color: #5EDFBA;
}
.TagClassName
{
border-color: #5EDFBA;
}
</style>