#53b87c

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

Shades of Emerald #53B87C

Tints of Emerald #53B87C

Color information

#53B87C (or 0x53B87C) is unknown color: approx Emerald. HEX triplet: 53, B8 and 7C. RGB value is (83,184,124). Sum of RGB (Red+Green+Blue) = 83+184+124=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 184 (72.27% from 255 or 47.06% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 184 - color contains mainly: green. Hex color #53B87C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B87C is #AC4783. Grayscale: #939393. Windows color (decimal): -11290500 or 8173651. OLE color: 8173651.

HSL color Cylindrical-coordinate representation of color #53B87C: hue angle of 144.36º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B87C is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB83184124-
CMYK0.5500.330.28
HSL144.36º41.56%52.35%-
HSV(B)144.36º54.89%72.16%-
XYZ24.3537.5825.04-
YUV146.96115.0482.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.23%
GREEN value IS 184 (72.27% from 255) = 47.06%
BLUE value IS 124 (48.83% from 255) = 31.71%
R=21.23%
G=47.06%
B=31.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal831841240.5500.330.28144.3641.5652.35
Hex53B87C370211C902a34
Octal12327017467041342205264
Binary101001110111000111110011011101000011110010010000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53b87c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53b87c; }

 p { color: rgb(83,184,124); }

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

<style>
 a { background-color: #53b87c; }

 a { background-color: rgb(83,184,124); }

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

<style>
 span { border-color: #53b87c; }

 span { border-color: rgb(83,184,124); }

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