Shades of Downy #55DBBA
Tints of Downy #55DBBA
RGB
CMYK
RGB Variations
Color information
#55DBBA (or 0x55DBBA) is known color: Downy. HEX triplet: 55, DB and BA. RGB value is (85,219,186). Sum of RGB (Red+Green+Blue) = 85+219+186=490 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.35% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #55DBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DBBA is #AA2445. Grayscale: #AFAFAF. Windows color (decimal): -11150406 or 12245845. OLE color: 12245845.
HSL color Cylindrical-coordinate representation of color #55DBBA: hue angle of 165.22º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DBBA is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 219 | 186 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.14 |
| HSL | 165.22º | 0.65% | 0.6% | - |
| HSV(B) | 165.22º | 0.61% | 0.86% | - |
| XYZ | 37.94 | 56.14 | 55.29 | - |
| YUV | 175.17 | 134.11 | 63.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 219 | 186 | 0.61 | 0 | 0.15 | 0.14 | 165.22 | 0.65 | 0.6 |
| Hex | 55 | DB | BA | 3D | 0 | F | E | A5 | 41 | 3C |
| Octal | 125 | 333 | 272 | 75 | 0 | 17 | 16 | 245 | 101 | 74 |
| Binary | 1010101 | 11011011 | 10111010 | 111101 | 0 | 1111 | 1110 | 10100101 | 1000001 | 111100 |
Color Harmonies of #55DBBA
Complementary color
Monochromatic Colors of #55DBBA
Black with #55DBBA
Text Example
Text Example
White with #55DBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DBBA; }
p { color: rgb(85,219,186); }
H1.HeaderClassName
{
color: #55DBBA;
}
.AnyTagClassName
{
color: #55DBBA;
}
</style>
background-color css
<style>
a { background-color: #55DBBA; }
a { background-color: rgb(85,219,186); }
div.DivClassName
{
background-color: #55DBBA;
}
.BgClassName
{
background-color: #55DBBA;
}
</style>
border-color css
<style>
span { border-color: #55DBBA; }
span { border-color: rgb(85,219,186); }
td.TdClassName
{
border-color: #55DBBA;
}
.TagClassName
{
border-color: #55DBBA;
}
</style>