Shades of Downy #57E2BD
Tints of Downy #57E2BD
RGB
CMYK
RGB Variations
Color information
#57E2BD (or 0x57E2BD) is known color: Downy. HEX triplet: 57, E2 and BD. RGB value is (87,226,189). Sum of RGB (Red+Green+Blue) = 87+226+189=502 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.33% from 502); Green value is 226 (88.67% from 255 or 45.02% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 226 - color contains mainly: green. Hex color #57E2BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E2BD is #A81D42. Grayscale: #B4B4B4. Windows color (decimal): -11017539 or 12444247. OLE color: 12444247.
HSL color Cylindrical-coordinate representation of color #57E2BD: hue angle of 164.03º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57E2BD is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 87 | 226 | 189 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.11 |
| HSL | 164.03º | 0.71% | 0.61% | - |
| HSV(B) | 164.03º | 0.62% | 0.89% | - |
| XYZ | 40.31 | 60.09 | 57.62 | - |
| YUV | 180.22 | 132.95 | 61.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 226 | 189 | 0.62 | 0 | 0.16 | 0.11 | 164.03 | 0.71 | 0.61 |
| Hex | 57 | E2 | BD | 3E | 0 | 10 | B | A4 | 47 | 3D |
| Octal | 127 | 342 | 275 | 76 | 0 | 20 | 13 | 244 | 107 | 75 |
| Binary | 1010111 | 11100010 | 10111101 | 111110 | 0 | 10000 | 1011 | 10100100 | 1000111 | 111101 |
Color Harmonies of #57E2BD
Complementary color
Monochromatic Colors of #57E2BD
Black with #57E2BD
Text Example
Text Example
White with #57E2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E2BD; }
p { color: rgb(87,226,189); }
H1.HeaderClassName
{
color: #57E2BD;
}
.AnyTagClassName
{
color: #57E2BD;
}
</style>
background-color css
<style>
a { background-color: #57E2BD; }
a { background-color: rgb(87,226,189); }
div.DivClassName
{
background-color: #57E2BD;
}
.BgClassName
{
background-color: #57E2BD;
}
</style>
border-color css
<style>
span { border-color: #57E2BD; }
span { border-color: rgb(87,226,189); }
td.TdClassName
{
border-color: #57E2BD;
}
.TagClassName
{
border-color: #57E2BD;
}
</style>