Shades of Downy #55D9BA
Tints of Downy #55D9BA
RGB
CMYK
RGB Variations
Color information
#55D9BA (or 0x55D9BA) is known color: Downy. HEX triplet: 55, D9 and BA. RGB value is (85,217,186). Sum of RGB (Red+Green+Blue) = 85+217+186=488 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.42% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 217 - color contains mainly: green. Hex color #55D9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D9BA is #AA2645. Grayscale: #ADADAD. Windows color (decimal): -11150918 or 12245333. OLE color: 12245333.
HSL color Cylindrical-coordinate representation of color #55D9BA: hue angle of 165.91º 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 #55D9BA is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 217 | 186 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.15 |
| HSL | 165.91º | 0.63% | 0.59% | - |
| HSV(B) | 165.91º | 0.61% | 0.85% | - |
| XYZ | 37.42 | 55.1 | 55.12 | - |
| YUV | 174 | 134.77 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 217 | 186 | 0.61 | 0 | 0.14 | 0.15 | 165.91 | 0.63 | 0.59 |
| Hex | 55 | D9 | BA | 3D | 0 | E | F | A6 | 3F | 3B |
| Octal | 125 | 331 | 272 | 75 | 0 | 16 | 17 | 246 | 77 | 73 |
| Binary | 1010101 | 11011001 | 10111010 | 111101 | 0 | 1110 | 1111 | 10100110 | 111111 | 111011 |
Color Harmonies of #55D9BA
Complementary color
Monochromatic Colors of #55D9BA
Black with #55D9BA
Text Example
Text Example
White with #55D9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D9BA; }
p { color: rgb(85,217,186); }
H1.HeaderClassName
{
color: #55D9BA;
}
.AnyTagClassName
{
color: #55D9BA;
}
</style>
background-color css
<style>
a { background-color: #55D9BA; }
a { background-color: rgb(85,217,186); }
div.DivClassName
{
background-color: #55D9BA;
}
.BgClassName
{
background-color: #55D9BA;
}
</style>
border-color css
<style>
span { border-color: #55D9BA; }
span { border-color: rgb(85,217,186); }
td.TdClassName
{
border-color: #55D9BA;
}
.TagClassName
{
border-color: #55D9BA;
}
</style>