Shades of Downy #55D8BA
Tints of Downy #55D8BA
RGB
CMYK
RGB Variations
Color information
#55D8BA (or 0x55D8BA) is known color: Downy. HEX triplet: 55, D8 and BA. RGB value is (85,216,186). Sum of RGB (Red+Green+Blue) = 85+216+186=487 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.45% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #55D8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D8BA is #AA2745. Grayscale: #ADADAD. Windows color (decimal): -11151174 or 12245077. OLE color: 12245077.
HSL color Cylindrical-coordinate representation of color #55D8BA: hue angle of 166.26º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55D8BA is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 216 | 186 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.15 |
| HSL | 166.26º | 0.63% | 0.59% | - |
| HSV(B) | 166.26º | 0.61% | 0.85% | - |
| XYZ | 37.17 | 54.59 | 55.03 | - |
| YUV | 173.41 | 135.1 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 216 | 186 | 0.61 | 0 | 0.14 | 0.15 | 166.26 | 0.63 | 0.59 |
| Hex | 55 | D8 | BA | 3D | 0 | E | F | A6 | 3F | 3B |
| Octal | 125 | 330 | 272 | 75 | 0 | 16 | 17 | 246 | 77 | 73 |
| Binary | 1010101 | 11011000 | 10111010 | 111101 | 0 | 1110 | 1111 | 10100110 | 111111 | 111011 |
Color Harmonies of #55D8BA
Complementary color
Monochromatic Colors of #55D8BA
Black with #55D8BA
Text Example
Text Example
White with #55D8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D8BA; }
p { color: rgb(85,216,186); }
H1.HeaderClassName
{
color: #55D8BA;
}
.AnyTagClassName
{
color: #55D8BA;
}
</style>
background-color css
<style>
a { background-color: #55D8BA; }
a { background-color: rgb(85,216,186); }
div.DivClassName
{
background-color: #55D8BA;
}
.BgClassName
{
background-color: #55D8BA;
}
</style>
border-color css
<style>
span { border-color: #55D8BA; }
span { border-color: rgb(85,216,186); }
td.TdClassName
{
border-color: #55D8BA;
}
.TagClassName
{
border-color: #55D8BA;
}
</style>