#53E06A

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

Shades of Emerald #53E06A

Tints of Emerald #53E06A

Color information

#53E06A (or 0x53E06A) is unknown color: approx Emerald. HEX triplet: 53, E0 and 6A. RGB value is (83,224,106). Sum of RGB (Red+Green+Blue) = 83+224+106=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 224 (87.89% from 255 or 54.24% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 224 - color contains mainly: green. Hex color #53E06A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53E06A is #AC1F95. Grayscale: #A8A8A8. Windows color (decimal): -11280278 or 7004243. OLE color: 7004243.

HSL color Cylindrical-coordinate representation of color #53E06A: hue angle of 129.79º 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 #53E06A is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB83224106-
CMYK0.6300.530.12
HSL129.79º69.46%60.2%-
HSV(B)129.79º62.95%87.84%-
XYZ32.8256.1922.75-
YUV168.3992.7967.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.10%
GREEN value IS 224 (87.89% from 255) = 54.24%
BLUE value IS 106 (41.80% from 255) = 25.67%
R=20.10%
G=54.24%
B=25.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal832241060.6300.530.12129.7969.4660.2
Hex53E06A3F035C82453c
Octal123340152770651420210574
Binary101001111100000110101011111101101011100100000101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53E06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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