#53CC6A

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

Shades of Emerald #53CC6A

Tints of Emerald #53CC6A

Color information

#53CC6A (or 0x53CC6A) is unknown color: approx Emerald. HEX triplet: 53, CC and 6A. RGB value is (83,204,106). Sum of RGB (Red+Green+Blue) = 83+204+106=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 204 (80.08% from 255 or 51.91% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 204 - color contains mainly: green. Hex color #53CC6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53CC6A is #AC3395. Grayscale: #9C9C9C. Windows color (decimal): -11285398 or 6999123. OLE color: 6999123.

HSL color Cylindrical-coordinate representation of color #53CC6A: hue angle of 131.4º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CC6A is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB83204106-
CMYK0.5900.480.2
HSL131.4º54.26%56.27%-
HSV(B)131.4º59.31%80%-
XYZ27.7646.0721.06-
YUV156.6599.4175.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.12%
GREEN value IS 204 (80.08% from 255) = 51.91%
BLUE value IS 106 (41.80% from 255) = 26.97%
R=21.12%
G=51.91%
B=26.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal832041060.5900.480.2131.454.2656.27
Hex53CC6A3B03014833638
Octal12331415273060242036670
Binary101001111001100110101011101101100001010010000011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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