Shades of Downy #5EEFBC
Tints of Downy #5EEFBC
RGB
CMYK
RGB Variations
Color information
#5EEFBC (or 0x5EEFBC) is known color: Downy. HEX triplet: 5E, EF and BC. RGB value is (94,239,188). Sum of RGB (Red+Green+Blue) = 94+239+188=521 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.04% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #5EEFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEFBC is #A11043. Grayscale: #BDBDBD. Windows color (decimal): -10555460 or 12382046. OLE color: 12382046.
HSL color Cylindrical-coordinate representation of color #5EEFBC: hue angle of 158.9º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EEFBC is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 239 | 188 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.06 |
| HSL | 158.9º | 0.82% | 0.65% | - |
| HSV(B) | 158.9º | 0.61% | 0.94% | - |
| XYZ | 44.56 | 67.74 | 58.3 | - |
| YUV | 189.83 | 126.96 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 239 | 188 | 0.61 | 0 | 0.21 | 0.06 | 158.9 | 0.82 | 0.65 |
| Hex | 5E | EF | BC | 3D | 0 | 15 | 6 | 9F | 52 | 41 |
| Octal | 136 | 357 | 274 | 75 | 0 | 25 | 6 | 237 | 122 | 101 |
| Binary | 1011110 | 11101111 | 10111100 | 111101 | 0 | 10101 | 110 | 10011111 | 1010010 | 1000001 |
Color Harmonies of #5EEFBC
Complementary color
Monochromatic Colors of #5EEFBC
Black with #5EEFBC
Text Example
Text Example
White with #5EEFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEFBC; }
p { color: rgb(94,239,188); }
H1.HeaderClassName
{
color: #5EEFBC;
}
.AnyTagClassName
{
color: #5EEFBC;
}
</style>
background-color css
<style>
a { background-color: #5EEFBC; }
a { background-color: rgb(94,239,188); }
div.DivClassName
{
background-color: #5EEFBC;
}
.BgClassName
{
background-color: #5EEFBC;
}
</style>
border-color css
<style>
span { border-color: #5EEFBC; }
span { border-color: rgb(94,239,188); }
td.TdClassName
{
border-color: #5EEFBC;
}
.TagClassName
{
border-color: #5EEFBC;
}
</style>