Shades of Downy #55E0BA
Tints of Downy #55E0BA
RGB
CMYK
RGB Variations
Color information
#55E0BA (or 0x55E0BA) is known color: Downy. HEX triplet: 55, E0 and BA. RGB value is (85,224,186). Sum of RGB (Red+Green+Blue) = 85+224+186=495 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.17% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 224 - color contains mainly: green. Hex color #55E0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55E0BA is #AA1F45. Grayscale: #B2B2B2. Windows color (decimal): -11149126 or 12247125. OLE color: 12247125.
HSL color Cylindrical-coordinate representation of color #55E0BA: hue angle of 163.6º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55E0BA is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 224 | 186 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.12 |
| HSL | 163.6º | 0.69% | 0.61% | - |
| HSV(B) | 163.6º | 0.62% | 0.88% | - |
| XYZ | 39.26 | 58.79 | 55.73 | - |
| YUV | 178.11 | 132.45 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 224 | 186 | 0.62 | 0 | 0.17 | 0.12 | 163.6 | 0.69 | 0.61 |
| Hex | 55 | E0 | BA | 3E | 0 | 11 | C | A4 | 45 | 3D |
| Octal | 125 | 340 | 272 | 76 | 0 | 21 | 14 | 244 | 105 | 75 |
| Binary | 1010101 | 11100000 | 10111010 | 111110 | 0 | 10001 | 1100 | 10100100 | 1000101 | 111101 |
Color Harmonies of #55E0BA
Complementary color
Monochromatic Colors of #55E0BA
Black with #55E0BA
Text Example
Text Example
White with #55E0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E0BA; }
p { color: rgb(85,224,186); }
H1.HeaderClassName
{
color: #55E0BA;
}
.AnyTagClassName
{
color: #55E0BA;
}
</style>
background-color css
<style>
a { background-color: #55E0BA; }
a { background-color: rgb(85,224,186); }
div.DivClassName
{
background-color: #55E0BA;
}
.BgClassName
{
background-color: #55E0BA;
}
</style>
border-color css
<style>
span { border-color: #55E0BA; }
span { border-color: rgb(85,224,186); }
td.TdClassName
{
border-color: #55E0BA;
}
.TagClassName
{
border-color: #55E0BA;
}
</style>