Shades of Downy #55E8BB
Tints of Downy #55E8BB
RGB
CMYK
RGB Variations
Color information
#55E8BB (or 0x55E8BB) is known color: Downy. HEX triplet: 55, E8 and BB. RGB value is (85,232,187). Sum of RGB (Red+Green+Blue) = 85+232+187=504 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.87% from 504); Green value is 232 (91.02% from 255 or 46.03% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 232 - color contains mainly: green. Hex color #55E8BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55E8BB is #AA1744. Grayscale: #B6B6B6. Windows color (decimal): -11147077 or 12314709. OLE color: 12314709.
HSL color Cylindrical-coordinate representation of color #55E8BB: hue angle of 161.63º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E8BB is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 232 | 187 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.09 |
| HSL | 161.63º | 0.76% | 0.62% | - |
| HSV(B) | 161.63º | 0.63% | 0.91% | - |
| XYZ | 41.57 | 63.23 | 57.03 | - |
| YUV | 182.92 | 130.3 | 58.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 232 | 187 | 0.63 | 0 | 0.19 | 0.09 | 161.63 | 0.76 | 0.62 |
| Hex | 55 | E8 | BB | 3F | 0 | 13 | 9 | A2 | 4C | 3E |
| Octal | 125 | 350 | 273 | 77 | 0 | 23 | 11 | 242 | 114 | 76 |
| Binary | 1010101 | 11101000 | 10111011 | 111111 | 0 | 10011 | 1001 | 10100010 | 1001100 | 111110 |
Color Harmonies of #55E8BB
Complementary color
Monochromatic Colors of #55E8BB
Black with #55E8BB
Text Example
Text Example
White with #55E8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E8BB; }
p { color: rgb(85,232,187); }
H1.HeaderClassName
{
color: #55E8BB;
}
.AnyTagClassName
{
color: #55E8BB;
}
</style>
background-color css
<style>
a { background-color: #55E8BB; }
a { background-color: rgb(85,232,187); }
div.DivClassName
{
background-color: #55E8BB;
}
.BgClassName
{
background-color: #55E8BB;
}
</style>
border-color css
<style>
span { border-color: #55E8BB; }
span { border-color: rgb(85,232,187); }
td.TdClassName
{
border-color: #55E8BB;
}
.TagClassName
{
border-color: #55E8BB;
}
</style>