Shades of Downy #55D5BA
Tints of Downy #55D5BA
RGB
CMYK
RGB Variations
Color information
#55D5BA (or 0x55D5BA) is known color: Downy. HEX triplet: 55, D5 and BA. RGB value is (85,213,186). Sum of RGB (Red+Green+Blue) = 85+213+186=484 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.56% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #55D5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D5BA is #AA2A45. Grayscale: #ABABAB. Windows color (decimal): -11151942 or 12244309. OLE color: 12244309.
HSL color Cylindrical-coordinate representation of color #55D5BA: hue angle of 167.34º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D5BA is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 213 | 186 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.16 |
| HSL | 167.34º | 0.6% | 0.58% | - |
| HSV(B) | 167.34º | 0.6% | 0.84% | - |
| XYZ | 36.4 | 53.06 | 54.78 | - |
| YUV | 171.65 | 136.09 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 213 | 186 | 0.60 | 0 | 0.13 | 0.16 | 167.34 | 0.6 | 0.58 |
| Hex | 55 | D5 | BA | 3C | 0 | D | 10 | A7 | 3C | 3A |
| Octal | 125 | 325 | 272 | 74 | 0 | 15 | 20 | 247 | 74 | 72 |
| Binary | 1010101 | 11010101 | 10111010 | 111100 | 0 | 1101 | 10000 | 10100111 | 111100 | 111010 |
Color Harmonies of #55D5BA
Complementary color
Monochromatic Colors of #55D5BA
Black with #55D5BA
Text Example
Text Example
White with #55D5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D5BA; }
p { color: rgb(85,213,186); }
H1.HeaderClassName
{
color: #55D5BA;
}
.AnyTagClassName
{
color: #55D5BA;
}
</style>
background-color css
<style>
a { background-color: #55D5BA; }
a { background-color: rgb(85,213,186); }
div.DivClassName
{
background-color: #55D5BA;
}
.BgClassName
{
background-color: #55D5BA;
}
</style>
border-color css
<style>
span { border-color: #55D5BA; }
span { border-color: rgb(85,213,186); }
td.TdClassName
{
border-color: #55D5BA;
}
.TagClassName
{
border-color: #55D5BA;
}
</style>