#53E082

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

Shades of Emerald #53E082

Tints of Emerald #53E082

Color information

#53E082 (or 0x53E082) is unknown color: approx Emerald. HEX triplet: 53, E0 and 82. RGB value is (83,224,130). Sum of RGB (Red+Green+Blue) = 83+224+130=437 (57% of max value = 765). Red value is 83 (32.81% from 255 or 18.99% from 437); Green value is 224 (87.89% from 255 or 51.26% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 224 - color contains mainly: green. Hex color #53E082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53E082 is #AC1F7D. Grayscale: #ABABAB. Windows color (decimal): -11280254 or 8577107. OLE color: 8577107.

HSL color Cylindrical-coordinate representation of color #53E082: hue angle of 140º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53E082 is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB83224130-
CMYK0.6300.420.12
HSL140º69.46%60.2%-
HSV(B)140º62.95%87.84%-
XYZ34.2556.7630.27-
YUV171.12104.7965.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.99%
GREEN value IS 224 (87.89% from 255) = 51.26%
BLUE value IS 130 (51.17% from 255) = 29.75%
R=18.99%
G=51.26%
B=29.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal832241300.6300.420.1214069.4660.2
Hex53E0823F02AC8c453c
Octal123340202770521421410574
Binary1010011111000001000001011111101010101100100011001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53E082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,224,130); }

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

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

 a { background-color: rgb(83,224,130); }

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

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

 span { border-color: rgb(83,224,130); }

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