Html Css Color HEX #53BC76 Emerald

📋 copy color: '#53BC76'

red 83 ◦ green 188 ◦ blue 118

#53BC76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #53BC76

Tints of Emerald #53BC76

RGB

 RED value IS 83 (32.81% from 255) = 21.34%

 GREEN value IS 188 (73.83% from 255) = 48.33%

 BLUE value IS 118 (46.48% from 255) = 30.33%

R = 21.34%
G = 48.33%
B = 30.33%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#53BC76 (or 0x53BC76) is known color: Emerald. HEX triplet: 53, BC and 76. RGB value is (83,188,118). Sum of RGB (Red+Green+Blue) = 83+188+118=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BC76 is #AC4389. Grayscale: #949494. Windows color (decimal): -11289482 or 7781459. OLE color: 7781459.

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

Color convert

RGB 83 188 118 -
CMYK 0.56 0 0.37 0.26
HSL 140º 0.44% 0.53% -
HSV(B) 140º 0.56% 0.74% -
XYZ 24.82 39.11 23.38 -
YUV 148.63 110.71 81.19 -
System Red Green Blue C M Y K H S L
Decimal 83 188 118 0.56 0 0.37 0.26 140 0.44 0.53
Hex 53 BC 76 38 0 25 1A 8C 2C 35
Octal 123 274 166 70 0 45 32 214 54 65
Binary 1010011 10111100 1110110 111000 0 100101 11010 10001100 101100 110101

Color Harmonies of #53BC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BC76

Black with #53BC76

Text Example


Text Example

White with #53BC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53BC76;
 }
 .AnyTagClassName
 {
   color: #53BC76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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