#57BA72

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

Shades of Emerald #57BA72

Tints of Emerald #57BA72

Color information

#57BA72 (or 0x57BA72) is unknown color: approx Emerald. HEX triplet: 57, BA and 72. RGB value is (87,186,114). Sum of RGB (Red+Green+Blue) = 87+186+114=387 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.48% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #57BA72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57BA72 is #A8458D. Grayscale: #949494. Windows color (decimal): -11027854 or 7518807. OLE color: 7518807.

HSL color Cylindrical-coordinate representation of color #57BA72: hue angle of 136.36º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57BA72 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB87186114-
CMYK0.5300.390.27
HSL136.36º41.77%53.53%-
HSV(B)136.36º53.23%72.94%-
XYZ24.5338.3622.03-
YUV148.19108.784.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.48%
GREEN value IS 186 (73.05% from 255) = 48.06%
BLUE value IS 114 (44.92% from 255) = 29.46%
R=22.48%
G=48.06%
B=29.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871861140.5300.390.27136.3641.7753.53
Hex57BA72350271B882a36
Octal12727216265047332105266
Binary101011110111010111001011010101001111101110001000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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