Shades of Downy #5EDFBC
Tints of Downy #5EDFBC
RGB
CMYK
RGB Variations
Color information
#5EDFBC (or 0x5EDFBC) is known color: Downy. HEX triplet: 5E, DF and BC. RGB value is (94,223,188). Sum of RGB (Red+Green+Blue) = 94+223+188=505 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.61% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #5EDFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDFBC is #A12043. Grayscale: #B4B4B4. Windows color (decimal): -10559556 or 12377950. OLE color: 12377950.
HSL color Cylindrical-coordinate representation of color #5EDFBC: hue angle of 163.72º 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 #5EDFBC is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 223 | 188 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.13 |
| HSL | 163.72º | 0.67% | 0.62% | - |
| HSV(B) | 163.72º | 0.58% | 0.87% | - |
| XYZ | 40.08 | 58.79 | 56.81 | - |
| YUV | 180.44 | 132.26 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 223 | 188 | 0.58 | 0 | 0.16 | 0.13 | 163.72 | 0.67 | 0.62 |
| Hex | 5E | DF | BC | 3A | 0 | 10 | D | A4 | 43 | 3E |
| Octal | 136 | 337 | 274 | 72 | 0 | 20 | 15 | 244 | 103 | 76 |
| Binary | 1011110 | 11011111 | 10111100 | 111010 | 0 | 10000 | 1101 | 10100100 | 1000011 | 111110 |
Color Harmonies of #5EDFBC
Complementary color
Monochromatic Colors of #5EDFBC
Black with #5EDFBC
Text Example
Text Example
White with #5EDFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDFBC; }
p { color: rgb(94,223,188); }
H1.HeaderClassName
{
color: #5EDFBC;
}
.AnyTagClassName
{
color: #5EDFBC;
}
</style>
background-color css
<style>
a { background-color: #5EDFBC; }
a { background-color: rgb(94,223,188); }
div.DivClassName
{
background-color: #5EDFBC;
}
.BgClassName
{
background-color: #5EDFBC;
}
</style>
border-color css
<style>
span { border-color: #5EDFBC; }
span { border-color: rgb(94,223,188); }
td.TdClassName
{
border-color: #5EDFBC;
}
.TagClassName
{
border-color: #5EDFBC;
}
</style>