Shades of Downy #5EDFBB
Tints of Downy #5EDFBB
RGB
CMYK
RGB Variations
Color information
#5EDFBB (or 0x5EDFBB) is known color: Downy. HEX triplet: 5E, DF and BB. RGB value is (94,223,187). Sum of RGB (Red+Green+Blue) = 94+223+187=504 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.65% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #5EDFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDFBB is #A12044. Grayscale: #B4B4B4. Windows color (decimal): -10559557 or 12312414. OLE color: 12312414.
HSL color Cylindrical-coordinate representation of color #5EDFBB: hue angle of 163.26º 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 #5EDFBB is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 223 | 187 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.13 |
| HSL | 163.26º | 0.67% | 0.62% | - |
| HSV(B) | 163.26º | 0.58% | 0.87% | - |
| XYZ | 39.97 | 58.74 | 56.25 | - |
| YUV | 180.33 | 131.76 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 223 | 187 | 0.58 | 0 | 0.16 | 0.13 | 163.26 | 0.67 | 0.62 |
| Hex | 5E | DF | BB | 3A | 0 | 10 | D | A3 | 43 | 3E |
| Octal | 136 | 337 | 273 | 72 | 0 | 20 | 15 | 243 | 103 | 76 |
| Binary | 1011110 | 11011111 | 10111011 | 111010 | 0 | 10000 | 1101 | 10100011 | 1000011 | 111110 |
Color Harmonies of #5EDFBB
Complementary color
Monochromatic Colors of #5EDFBB
Black with #5EDFBB
Text Example
Text Example
White with #5EDFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDFBB; }
p { color: rgb(94,223,187); }
H1.HeaderClassName
{
color: #5EDFBB;
}
.AnyTagClassName
{
color: #5EDFBB;
}
</style>
background-color css
<style>
a { background-color: #5EDFBB; }
a { background-color: rgb(94,223,187); }
div.DivClassName
{
background-color: #5EDFBB;
}
.BgClassName
{
background-color: #5EDFBB;
}
</style>
border-color css
<style>
span { border-color: #5EDFBB; }
span { border-color: rgb(94,223,187); }
td.TdClassName
{
border-color: #5EDFBB;
}
.TagClassName
{
border-color: #5EDFBB;
}
</style>