Shades of Emerald #57BC7B
Tints of Emerald #57BC7B
RGB
CMYK
RGB Variations
Color information
#57BC7B (or 0x57BC7B) is known color: Emerald. HEX triplet: 57, BC and 7B. RGB value is (87,188,123). Sum of RGB (Red+Green+Blue) = 87+188+123=398 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.86% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #57BC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57BC7B is #A84384. Grayscale: #969696. Windows color (decimal): -11027333 or 8109143. OLE color: 8109143.
HSL color Cylindrical-coordinate representation of color #57BC7B: hue angle of 141.39º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57BC7B is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 188 | 123 | - |
| CMYK | 0.54 | 0 | 0.35 | 0.26 |
| HSL | 141.39º | 0.43% | 0.54% | - |
| HSV(B) | 141.39º | 0.54% | 0.74% | - |
| XYZ | 25.49 | 39.42 | 25 | - |
| YUV | 150.39 | 112.54 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 188 | 123 | 0.54 | 0 | 0.35 | 0.26 | 141.39 | 0.43 | 0.54 |
| Hex | 57 | BC | 7B | 36 | 0 | 23 | 1A | 8D | 2B | 36 |
| Octal | 127 | 274 | 173 | 66 | 0 | 43 | 32 | 215 | 53 | 66 |
| Binary | 1010111 | 10111100 | 1111011 | 110110 | 0 | 100011 | 11010 | 10001101 | 101011 | 110110 |
Color Harmonies of #57BC7B
Complementary color
Monochromatic Colors of #57BC7B
Black with #57BC7B
Text Example
Text Example
White with #57BC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BC7B; }
p { color: rgb(87,188,123); }
H1.HeaderClassName
{
color: #57BC7B;
}
.AnyTagClassName
{
color: #57BC7B;
}
</style>
background-color css
<style>
a { background-color: #57BC7B; }
a { background-color: rgb(87,188,123); }
div.DivClassName
{
background-color: #57BC7B;
}
.BgClassName
{
background-color: #57BC7B;
}
</style>
border-color css
<style>
span { border-color: #57BC7B; }
span { border-color: rgb(87,188,123); }
td.TdClassName
{
border-color: #57BC7B;
}
.TagClassName
{
border-color: #57BC7B;
}
</style>