#57B980

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

Shades of Emerald #57B980

Tints of Emerald #57B980

Color information

#57B980 (or 0x57B980) is unknown color: approx Emerald. HEX triplet: 57, B9 and 80. RGB value is (87,185,128). Sum of RGB (Red+Green+Blue) = 87+185+128=400 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.75% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 185 - color contains mainly: green. Hex color #57B980 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57B980 is #A8467F. Grayscale: #959595. Windows color (decimal): -11028096 or 8436055. OLE color: 8436055.

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

Color convert

RGB87185128-
CMYK0.5300.310.27
HSL145.1º41.18%53.33%-
HSV(B)145.1º52.97%72.55%-
XYZ25.1838.2826.48-
YUV149.2116.0383.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.75%
GREEN value IS 185 (72.66% from 255) = 46.25%
BLUE value IS 128 (50.39% from 255) = 32%
R=21.75%
G=46.25%
B=32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871851280.5300.310.27145.141.1853.33
Hex57B9803501F1B912935
Octal12727120065037332215165
Binary101011110111001100000001101010111111101110010001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,185,128); }

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

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

 a { background-color: rgb(87,185,128); }

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

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

 span { border-color: rgb(87,185,128); }

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