#53BE76

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

Shades of Emerald #53BE76

Tints of Emerald #53BE76

Color information

#53BE76 (or 0x53BE76) is unknown color: approx Emerald. HEX triplet: 53, BE and 76. RGB value is (83,190,118). Sum of RGB (Red+Green+Blue) = 83+190+118=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 190 (74.61% from 255 or 48.59% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 190 - color contains mainly: green. Hex color #53BE76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BE76 is #AC4189. Grayscale: #959595. Windows color (decimal): -11288970 or 7781971. OLE color: 7781971.

HSL color Cylindrical-coordinate representation of color #53BE76: hue angle of 139.63º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BE76 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB83190118-
CMYK0.5600.380.25
HSL139.63º45.15%53.53%-
HSV(B)139.63º56.32%74.51%-
XYZ25.2539.9723.52-
YUV149.8110.0580.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.23%
GREEN value IS 190 (74.61% from 255) = 48.59%
BLUE value IS 118 (46.48% from 255) = 30.18%
R=21.23%
G=48.59%
B=30.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831901180.5600.380.25139.6345.1553.53
Hex53BE7638026198c2d36
Octal12327616670046312145566
Binary101001110111110111011011100001001101100110001100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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