#57BC72

Color #57BC72 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #57BC72

Tints of Emerald #57BC72

Color information

#57BC72 (or 0x57BC72) is unknown color: approx Emerald. HEX triplet: 57, BC and 72. RGB value is (87,188,114). Sum of RGB (Red+Green+Blue) = 87+188+114=389 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.37% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #57BC72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57BC72 is #A8438D. Grayscale: #959595. Windows color (decimal): -11027342 or 7519319. OLE color: 7519319.

HSL color Cylindrical-coordinate representation of color #57BC72: hue angle of 136.04º 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 #57BC72 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB87188114-
CMYK0.5400.390.26
HSL136.04º42.98%53.92%-
HSV(B)136.04º53.72%73.73%-
XYZ24.9539.2122.17-
YUV149.36108.0483.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 22.37%
GREEN value IS 188 (73.83% from 255) = 48.33%
BLUE value IS 114 (44.92% from 255) = 29.31%
R=22.37%
G=48.33%
B=29.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal871881140.5400.390.26136.0442.9853.92
Hex57BC72360271A882b36
Octal12727416266047322105366
Binary101011110111100111001011011001001111101010001000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57BC72; }

 p { color: rgb(87,188,114); }

 H1.HeaderClassName
 {
   color: #57BC72;
 }
 .AnyTagClassName
 {
   color: #57BC72;
 }
</style>
background-color css

<style>
 a { background-color: #57BC72; }

 a { background-color: rgb(87,188,114); }

 div.DivClassName
 {
   background-color: #57BC72;
 }
 .BgClassName
 {
   background-color: #57BC72;
 }
</style>
border-color css

<style>
 span { border-color: #57BC72; }

 span { border-color: rgb(87,188,114); }

 td.TdClassName
 {
   border-color: #57BC72;
 }
 .TagClassName
 {
   border-color: #57BC72;
 }
</style>