Shades of Downy #55DDBC
Tints of Downy #55DDBC
RGB
CMYK
RGB Variations
Color information
#55DDBC (or 0x55DDBC) is known color: Downy. HEX triplet: 55, DD and BC. RGB value is (85,221,188). Sum of RGB (Red+Green+Blue) = 85+221+188=494 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.21% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #55DDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DDBC is #AA2243. Grayscale: #B0B0B0. Windows color (decimal): -11149892 or 12377429. OLE color: 12377429.
HSL color Cylindrical-coordinate representation of color #55DDBC: hue angle of 165.44º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DDBC is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 221 | 188 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.13 |
| HSL | 165.44º | 0.67% | 0.6% | - |
| HSV(B) | 165.44º | 0.62% | 0.87% | - |
| XYZ | 38.68 | 57.28 | 56.59 | - |
| YUV | 176.57 | 134.44 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 221 | 188 | 0.62 | 0 | 0.15 | 0.13 | 165.44 | 0.67 | 0.6 |
| Hex | 55 | DD | BC | 3E | 0 | F | D | A5 | 43 | 3C |
| Octal | 125 | 335 | 274 | 76 | 0 | 17 | 15 | 245 | 103 | 74 |
| Binary | 1010101 | 11011101 | 10111100 | 111110 | 0 | 1111 | 1101 | 10100101 | 1000011 | 111100 |
Color Harmonies of #55DDBC
Complementary color
Monochromatic Colors of #55DDBC
Black with #55DDBC
Text Example
Text Example
White with #55DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DDBC; }
p { color: rgb(85,221,188); }
H1.HeaderClassName
{
color: #55DDBC;
}
.AnyTagClassName
{
color: #55DDBC;
}
</style>
background-color css
<style>
a { background-color: #55DDBC; }
a { background-color: rgb(85,221,188); }
div.DivClassName
{
background-color: #55DDBC;
}
.BgClassName
{
background-color: #55DDBC;
}
</style>
border-color css
<style>
span { border-color: #55DDBC; }
span { border-color: rgb(85,221,188); }
td.TdClassName
{
border-color: #55DDBC;
}
.TagClassName
{
border-color: #55DDBC;
}
</style>