#53BC79

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

Shades of Emerald #53BC79

Tints of Emerald #53BC79

Color information

#53BC79 (or 0x53BC79) is unknown color: approx Emerald. HEX triplet: 53, BC and 79. RGB value is (83,188,121). Sum of RGB (Red+Green+Blue) = 83+188+121=392 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.17% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BC79 is #AC4386. Grayscale: #959595. Windows color (decimal): -11289479 or 7978067. OLE color: 7978067.

HSL color Cylindrical-coordinate representation of color #53BC79: hue angle of 141.71º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BC79 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB83188121-
CMYK0.5600.360.26
HSL141.71º43.93%53.14%-
HSV(B)141.71º55.85%73.73%-
XYZ2539.1924.34-
YUV148.97112.2180.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.17%
GREEN value IS 188 (73.83% from 255) = 47.96%
BLUE value IS 121 (47.66% from 255) = 30.87%
R=21.17%
G=47.96%
B=30.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal831881210.5600.360.26141.7143.9353.14
Hex53BC79380241A8e2c35
Octal12327417170044322165465
Binary101001110111100111100111100001001001101010001110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,188,121); }

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

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

 a { background-color: rgb(83,188,121); }

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

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

 span { border-color: rgb(83,188,121); }

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