#53E094

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

Shades of Emerald #53E094

Tints of Emerald #53E094

Color information

#53E094 (or 0x53E094) is unknown color: approx Emerald. HEX triplet: 53, E0 and 94. RGB value is (83,224,148). Sum of RGB (Red+Green+Blue) = 83+224+148=455 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.24% from 455); Green value is 224 (87.89% from 255 or 49.23% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 224 - color contains mainly: green. Hex color #53E094 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53E094 is #AC1F6B. Grayscale: #ADADAD. Windows color (decimal): -11280236 or 9756755. OLE color: 9756755.

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

Color convert

RGB83224148-
CMYK0.6300.340.12
HSL147.66º69.46%60.2%-
HSV(B)147.66º62.95%87.84%-
XYZ35.5757.2937.2-
YUV173.18113.7963.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.24%
GREEN value IS 224 (87.89% from 255) = 49.23%
BLUE value IS 148 (58.20% from 255) = 32.53%
R=18.24%
G=49.23%
B=32.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal832241480.6300.340.12147.6669.4660.2
Hex53E0943F022C94453c
Octal123340224770421422410574
Binary1010011111000001001010011111101000101100100101001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53E094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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