#53C37A

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

Shades of Emerald #53C37A

Tints of Emerald #53C37A

Color information

#53C37A (or 0x53C37A) is unknown color: approx Emerald. HEX triplet: 53, C3 and 7A. RGB value is (83,195,122). Sum of RGB (Red+Green+Blue) = 83+195+122=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #53C37A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C37A is #AC3C85. Grayscale: #999999. Windows color (decimal): -11287686 or 8045395. OLE color: 8045395.

HSL color Cylindrical-coordinate representation of color #53C37A: hue angle of 140.89º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C37A is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB83195122-
CMYK0.5700.370.24
HSL140.89º48.28%54.51%-
HSV(B)140.89º57.44%76.47%-
XYZ26.642.2725.17-
YUV153.19110.3977.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.75%
GREEN value IS 195 (76.56% from 255) = 48.75%
BLUE value IS 122 (48.05% from 255) = 30.5%
R=20.75%
G=48.75%
B=30.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal831951220.5700.370.24140.8948.2854.51
Hex53C37A39025188d3037
Octal12330317271045302156067
Binary101001111000011111101011100101001011100010001101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,195,122); }

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

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

 a { background-color: rgb(83,195,122); }

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

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

 span { border-color: rgb(83,195,122); }

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