Shades of Downy #55DFBE
Tints of Downy #55DFBE
RGB
CMYK
RGB Variations
Color information
#55DFBE (or 0x55DFBE) is known color: Downy. HEX triplet: 55, DF and BE. RGB value is (85,223,190). Sum of RGB (Red+Green+Blue) = 85+223+190=498 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.07% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #55DFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DFBE is #AA2041. Grayscale: #B1B1B1. Windows color (decimal): -11149378 or 12509013. OLE color: 12509013.
HSL color Cylindrical-coordinate representation of color #55DFBE: hue angle of 165.65º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DFBE is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 223 | 190 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.13 |
| HSL | 165.65º | 0.68% | 0.6% | - |
| HSV(B) | 165.65º | 0.62% | 0.87% | - |
| XYZ | 39.43 | 58.42 | 57.91 | - |
| YUV | 177.98 | 134.78 | 61.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 223 | 190 | 0.62 | 0 | 0.15 | 0.13 | 165.65 | 0.68 | 0.6 |
| Hex | 55 | DF | BE | 3E | 0 | F | D | A6 | 44 | 3C |
| Octal | 125 | 337 | 276 | 76 | 0 | 17 | 15 | 246 | 104 | 74 |
| Binary | 1010101 | 11011111 | 10111110 | 111110 | 0 | 1111 | 1101 | 10100110 | 1000100 | 111100 |
Color Harmonies of #55DFBE
Complementary color
Monochromatic Colors of #55DFBE
Black with #55DFBE
Text Example
Text Example
White with #55DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DFBE; }
p { color: rgb(85,223,190); }
H1.HeaderClassName
{
color: #55DFBE;
}
.AnyTagClassName
{
color: #55DFBE;
}
</style>
background-color css
<style>
a { background-color: #55DFBE; }
a { background-color: rgb(85,223,190); }
div.DivClassName
{
background-color: #55DFBE;
}
.BgClassName
{
background-color: #55DFBE;
}
</style>
border-color css
<style>
span { border-color: #55DFBE; }
span { border-color: rgb(85,223,190); }
td.TdClassName
{
border-color: #55DFBE;
}
.TagClassName
{
border-color: #55DFBE;
}
</style>