Shades of Downy #55EABA
Tints of Downy #55EABA
RGB
CMYK
RGB Variations
Color information
#55EABA (or 0x55EABA) is known color: Downy. HEX triplet: 55, EA and BA. RGB value is (85,234,186). Sum of RGB (Red+Green+Blue) = 85+234+186=505 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.83% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 234 - color contains mainly: green. Hex color #55EABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EABA is #AA1545. Grayscale: #B8B8B8. Windows color (decimal): -11146566 or 12249685. OLE color: 12249685.
HSL color Cylindrical-coordinate representation of color #55EABA: hue angle of 160.67º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EABA is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 234 | 186 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.08 |
| HSL | 160.67º | 0.78% | 0.63% | - |
| HSV(B) | 160.67º | 0.64% | 0.92% | - |
| XYZ | 42.03 | 64.32 | 56.65 | - |
| YUV | 183.98 | 129.14 | 57.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 234 | 186 | 0.64 | 0 | 0.21 | 0.08 | 160.67 | 0.78 | 0.63 |
| Hex | 55 | EA | BA | 40 | 0 | 15 | 8 | A1 | 4E | 3F |
| Octal | 125 | 352 | 272 | 100 | 0 | 25 | 10 | 241 | 116 | 77 |
| Binary | 1010101 | 11101010 | 10111010 | 1000000 | 0 | 10101 | 1000 | 10100001 | 1001110 | 111111 |
Color Harmonies of #55EABA
Complementary color
Monochromatic Colors of #55EABA
Black with #55EABA
Text Example
Text Example
White with #55EABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EABA; }
p { color: rgb(85,234,186); }
H1.HeaderClassName
{
color: #55EABA;
}
.AnyTagClassName
{
color: #55EABA;
}
</style>
background-color css
<style>
a { background-color: #55EABA; }
a { background-color: rgb(85,234,186); }
div.DivClassName
{
background-color: #55EABA;
}
.BgClassName
{
background-color: #55EABA;
}
</style>
border-color css
<style>
span { border-color: #55EABA; }
span { border-color: rgb(85,234,186); }
td.TdClassName
{
border-color: #55EABA;
}
.TagClassName
{
border-color: #55EABA;
}
</style>