Shades of Downy #57EFBC
Tints of Downy #57EFBC
RGB
CMYK
RGB Variations
Color information
#57EFBC (or 0x57EFBC) is known color: Downy. HEX triplet: 57, EF and BC. RGB value is (87,239,188). Sum of RGB (Red+Green+Blue) = 87+239+188=514 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.93% from 514); Green value is 239 (93.75% from 255 or 46.50% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 239 - color contains mainly: green. Hex color #57EFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EFBC is #A81043. Grayscale: #BBBBBB. Windows color (decimal): -11014212 or 12382039. OLE color: 12382039.
HSL color Cylindrical-coordinate representation of color #57EFBC: hue angle of 159.87º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57EFBC is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 239 | 188 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.06 |
| HSL | 159.87º | 0.83% | 0.64% | - |
| HSV(B) | 159.87º | 0.64% | 0.94% | - |
| XYZ | 43.87 | 67.39 | 58.27 | - |
| YUV | 187.74 | 128.14 | 56.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 239 | 188 | 0.64 | 0 | 0.21 | 0.06 | 159.87 | 0.83 | 0.64 |
| Hex | 57 | EF | BC | 40 | 0 | 15 | 6 | A0 | 53 | 40 |
| Octal | 127 | 357 | 274 | 100 | 0 | 25 | 6 | 240 | 123 | 100 |
| Binary | 1010111 | 11101111 | 10111100 | 1000000 | 0 | 10101 | 110 | 10100000 | 1010011 | 1000000 |
Color Harmonies of #57EFBC
Complementary color
Monochromatic Colors of #57EFBC
Black with #57EFBC
Text Example
Text Example
White with #57EFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57EFBC; }
p { color: rgb(87,239,188); }
H1.HeaderClassName
{
color: #57EFBC;
}
.AnyTagClassName
{
color: #57EFBC;
}
</style>
background-color css
<style>
a { background-color: #57EFBC; }
a { background-color: rgb(87,239,188); }
div.DivClassName
{
background-color: #57EFBC;
}
.BgClassName
{
background-color: #57EFBC;
}
</style>
border-color css
<style>
span { border-color: #57EFBC; }
span { border-color: rgb(87,239,188); }
td.TdClassName
{
border-color: #57EFBC;
}
.TagClassName
{
border-color: #57EFBC;
}
</style>