Shades of Downy #57E1C1
Tints of Downy #57E1C1
RGB
CMYK
RGB Variations
Color information
#57E1C1 (or 0x57E1C1) is known color: Downy. HEX triplet: 57, E1 and C1. RGB value is (87,225,193). Sum of RGB (Red+Green+Blue) = 87+225+193=505 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.23% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #57E1C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E1C1 is #A81E3E. Grayscale: #B4B4B4. Windows color (decimal): -11017791 or 12706135. OLE color: 12706135.
HSL color Cylindrical-coordinate representation of color #57E1C1: hue angle of 166.09º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57E1C1 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 87 | 225 | 193 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.12 |
| HSL | 166.09º | 0.7% | 0.61% | - |
| HSV(B) | 166.09º | 0.61% | 0.88% | - |
| XYZ | 40.48 | 59.73 | 59.85 | - |
| YUV | 180.09 | 135.28 | 61.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 225 | 193 | 0.61 | 0 | 0.14 | 0.12 | 166.09 | 0.7 | 0.61 |
| Hex | 57 | E1 | C1 | 3D | 0 | E | C | A6 | 46 | 3D |
| Octal | 127 | 341 | 301 | 75 | 0 | 16 | 14 | 246 | 106 | 75 |
| Binary | 1010111 | 11100001 | 11000001 | 111101 | 0 | 1110 | 1100 | 10100110 | 1000110 | 111101 |
Color Harmonies of #57E1C1
Complementary color
Monochromatic Colors of #57E1C1
Black with #57E1C1
Text Example
Text Example
White with #57E1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E1C1; }
p { color: rgb(87,225,193); }
H1.HeaderClassName
{
color: #57E1C1;
}
.AnyTagClassName
{
color: #57E1C1;
}
</style>
background-color css
<style>
a { background-color: #57E1C1; }
a { background-color: rgb(87,225,193); }
div.DivClassName
{
background-color: #57E1C1;
}
.BgClassName
{
background-color: #57E1C1;
}
</style>
border-color css
<style>
span { border-color: #57E1C1; }
span { border-color: rgb(87,225,193); }
td.TdClassName
{
border-color: #57E1C1;
}
.TagClassName
{
border-color: #57E1C1;
}
</style>