#53BE6C

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

Shades of Emerald #53BE6C

Tints of Emerald #53BE6C

Color information

#53BE6C (or 0x53BE6C) is unknown color: approx Emerald. HEX triplet: 53, BE and 6C. RGB value is (83,190,108). Sum of RGB (Red+Green+Blue) = 83+190+108=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 190 (74.61% from 255 or 49.87% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 190 - color contains mainly: green. Hex color #53BE6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BE6C is #AC4193. Grayscale: #949494. Windows color (decimal): -11288980 or 7126611. OLE color: 7126611.

HSL color Cylindrical-coordinate representation of color #53BE6C: hue angle of 134.02º 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 #53BE6C is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB83190108-
CMYK0.5600.430.25
HSL134.02º45.15%53.53%-
HSV(B)134.02º56.32%74.51%-
XYZ24.6939.7520.56-
YUV148.66105.0581.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.78%
GREEN value IS 190 (74.61% from 255) = 49.87%
BLUE value IS 108 (42.58% from 255) = 28.35%
R=21.78%
G=49.87%
B=28.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831901080.5600.430.25134.0245.1553.53
Hex53BE6C3802B19862d36
Octal12327615470053312065566
Binary101001110111110110110011100001010111100110000110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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