Shades of Downy #57E6BC
Tints of Downy #57E6BC
RGB
CMYK
RGB Variations
Color information
#57E6BC (or 0x57E6BC) is known color: Downy. HEX triplet: 57, E6 and BC. RGB value is (87,230,188). Sum of RGB (Red+Green+Blue) = 87+230+188=505 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.23% from 505); Green value is 230 (90.23% from 255 or 45.54% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 230 - color contains mainly: green. Hex color #57E6BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57E6BC is #A81943. Grayscale: #B6B6B6. Windows color (decimal): -11016516 or 12379735. OLE color: 12379735.
HSL color Cylindrical-coordinate representation of color #57E6BC: hue angle of 162.38º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57E6BC is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 87 | 230 | 188 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.10 |
| HSL | 162.38º | 0.74% | 0.62% | - |
| HSV(B) | 162.38º | 0.62% | 0.9% | - |
| XYZ | 41.3 | 62.25 | 57.42 | - |
| YUV | 182.46 | 131.12 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 230 | 188 | 0.62 | 0 | 0.18 | 0.10 | 162.38 | 0.74 | 0.62 |
| Hex | 57 | E6 | BC | 3E | 0 | 12 | A | A2 | 4A | 3E |
| Octal | 127 | 346 | 274 | 76 | 0 | 22 | 12 | 242 | 112 | 76 |
| Binary | 1010111 | 11100110 | 10111100 | 111110 | 0 | 10010 | 1010 | 10100010 | 1001010 | 111110 |
Color Harmonies of #57E6BC
Complementary color
Monochromatic Colors of #57E6BC
Black with #57E6BC
Text Example
Text Example
White with #57E6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E6BC; }
p { color: rgb(87,230,188); }
H1.HeaderClassName
{
color: #57E6BC;
}
.AnyTagClassName
{
color: #57E6BC;
}
</style>
background-color css
<style>
a { background-color: #57E6BC; }
a { background-color: rgb(87,230,188); }
div.DivClassName
{
background-color: #57E6BC;
}
.BgClassName
{
background-color: #57E6BC;
}
</style>
border-color css
<style>
span { border-color: #57E6BC; }
span { border-color: rgb(87,230,188); }
td.TdClassName
{
border-color: #57E6BC;
}
.TagClassName
{
border-color: #57E6BC;
}
</style>