Shades of Downy #5EEEBB
Tints of Downy #5EEEBB
RGB
CMYK
RGB Variations
Color information
#5EEEBB (or 0x5EEEBB) is known color: Downy. HEX triplet: 5E, EE and BB. RGB value is (94,238,187). Sum of RGB (Red+Green+Blue) = 94+238+187=519 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.11% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #5EEEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEEBB is #A11144. Grayscale: #BDBDBD. Windows color (decimal): -10555717 or 12316254. OLE color: 12316254.
HSL color Cylindrical-coordinate representation of color #5EEEBB: hue angle of 158.75º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EEEBB is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 238 | 187 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.07 |
| HSL | 158.75º | 0.81% | 0.65% | - |
| HSV(B) | 158.75º | 0.61% | 0.93% | - |
| XYZ | 44.16 | 67.12 | 57.64 | - |
| YUV | 189.13 | 126.79 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 238 | 187 | 0.61 | 0 | 0.21 | 0.07 | 158.75 | 0.81 | 0.65 |
| Hex | 5E | EE | BB | 3D | 0 | 15 | 7 | 9F | 51 | 41 |
| Octal | 136 | 356 | 273 | 75 | 0 | 25 | 7 | 237 | 121 | 101 |
| Binary | 1011110 | 11101110 | 10111011 | 111101 | 0 | 10101 | 111 | 10011111 | 1010001 | 1000001 |
Color Harmonies of #5EEEBB
Complementary color
Monochromatic Colors of #5EEEBB
Black with #5EEEBB
Text Example
Text Example
White with #5EEEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEEBB; }
p { color: rgb(94,238,187); }
H1.HeaderClassName
{
color: #5EEEBB;
}
.AnyTagClassName
{
color: #5EEEBB;
}
</style>
background-color css
<style>
a { background-color: #5EEEBB; }
a { background-color: rgb(94,238,187); }
div.DivClassName
{
background-color: #5EEEBB;
}
.BgClassName
{
background-color: #5EEEBB;
}
</style>
border-color css
<style>
span { border-color: #5EEEBB; }
span { border-color: rgb(94,238,187); }
td.TdClassName
{
border-color: #5EEEBB;
}
.TagClassName
{
border-color: #5EEEBB;
}
</style>