Shades of Downy #5EEBBC
Tints of Downy #5EEBBC
RGB
CMYK
RGB Variations
Color information
#5EEBBC (or 0x5EEBBC) is known color: Downy. HEX triplet: 5E, EB and BC. RGB value is (94,235,188). Sum of RGB (Red+Green+Blue) = 94+235+188=517 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.18% from 517); Green value is 235 (92.19% from 255 or 45.45% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 235 - color contains mainly: green. Hex color #5EEBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEBBC is #A11443. Grayscale: #BBBBBB. Windows color (decimal): -10556484 or 12381022. OLE color: 12381022.
HSL color Cylindrical-coordinate representation of color #5EEBBC: hue angle of 160º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEBBC is Cyan = 0.6, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 235 | 188 | - |
| CMYK | 0.6 | 0 | 0.2 | 0.08 |
| HSL | 160º | 0.78% | 0.65% | - |
| HSV(B) | 160º | 0.6% | 0.92% | - |
| XYZ | 43.4 | 65.43 | 57.92 | - |
| YUV | 187.48 | 128.29 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 235 | 188 | 0.6 | 0 | 0.2 | 0.08 | 160 | 0.78 | 0.65 |
| Hex | 5E | EB | BC | 3C | 0 | 14 | 8 | A0 | 4E | 41 |
| Octal | 136 | 353 | 274 | 74 | 0 | 24 | 10 | 240 | 116 | 101 |
| Binary | 1011110 | 11101011 | 10111100 | 111100 | 0 | 10100 | 1000 | 10100000 | 1001110 | 1000001 |
Color Harmonies of #5EEBBC
Complementary color
Monochromatic Colors of #5EEBBC
Black with #5EEBBC
Text Example
Text Example
White with #5EEBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEBBC; }
p { color: rgb(94,235,188); }
H1.HeaderClassName
{
color: #5EEBBC;
}
.AnyTagClassName
{
color: #5EEBBC;
}
</style>
background-color css
<style>
a { background-color: #5EEBBC; }
a { background-color: rgb(94,235,188); }
div.DivClassName
{
background-color: #5EEBBC;
}
.BgClassName
{
background-color: #5EEBBC;
}
</style>
border-color css
<style>
span { border-color: #5EEBBC; }
span { border-color: rgb(94,235,188); }
td.TdClassName
{
border-color: #5EEBBC;
}
.TagClassName
{
border-color: #5EEBBC;
}
</style>