#53DE8C

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

Shades of Emerald #53DE8C

Tints of Emerald #53DE8C

Color information

#53DE8C (or 0x53DE8C) is unknown color: approx Emerald. HEX triplet: 53, DE and 8C. RGB value is (83,222,140). Sum of RGB (Red+Green+Blue) = 83+222+140=445 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.65% from 445); Green value is 222 (87.11% from 255 or 49.89% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 222 - color contains mainly: green. Hex color #53DE8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DE8C is #AC2173. Grayscale: #ABABAB. Windows color (decimal): -11280756 or 9231955. OLE color: 9231955.

HSL color Cylindrical-coordinate representation of color #53DE8C: hue angle of 144.6º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53DE8C is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB83222140-
CMYK0.6300.370.13
HSL144.6º67.8%59.8%-
HSV(B)144.6º62.61%87.06%-
XYZ34.4255.9833.8-
YUV171.09110.4565.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.65%
GREEN value IS 222 (87.11% from 255) = 49.89%
BLUE value IS 140 (55.08% from 255) = 31.46%
R=18.65%
G=49.89%
B=31.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal832221400.6300.370.13144.667.859.8
Hex53DE8C3F025D91443c
Octal123336214770451522110474
Binary1010011110111101000110011111101001011101100100011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,222,140); }

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

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

 a { background-color: rgb(83,222,140); }

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

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

 span { border-color: rgb(83,222,140); }

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