#53C276

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

Shades of Emerald #53C276

Tints of Emerald #53C276

Color information

#53C276 (or 0x53C276) is unknown color: approx Emerald. HEX triplet: 53, C2 and 76. RGB value is (83,194,118). Sum of RGB (Red+Green+Blue) = 83+194+118=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #53C276 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C276 is #AC3D89. Grayscale: #989898. Windows color (decimal): -11287946 or 7782995. OLE color: 7782995.

HSL color Cylindrical-coordinate representation of color #53C276: hue angle of 138.92º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C276 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB83194118-
CMYK0.5700.390.24
HSL138.92º47.64%54.31%-
HSV(B)138.92º57.22%76.08%-
XYZ26.1341.7323.82-
YUV152.15108.7378.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.01%
GREEN value IS 194 (76.17% from 255) = 49.11%
BLUE value IS 118 (46.48% from 255) = 29.87%
R=21.01%
G=49.11%
B=29.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal831941180.5700.390.24138.9247.6454.31
Hex53C27639027188b3036
Octal12330216671047302136066
Binary101001111000010111011011100101001111100010001011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,194,118); }

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

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

 a { background-color: rgb(83,194,118); }

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

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

 span { border-color: rgb(83,194,118); }

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