Html Css Color HEX #53B976 Emerald

📋 copy color: '#53B976'

red 83 ◦ green 185 ◦ blue 118

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

Shades of Emerald #53B976

Tints of Emerald #53B976

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.93%

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

R = 21.5%
G = 47.93%
B = 30.57%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#53B976 (or 0x53B976) is known color: Emerald. HEX triplet: 53, B9 and 76. RGB value is (83,185,118). Sum of RGB (Red+Green+Blue) = 83+185+118=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 185 (72.66% from 255 or 47.93% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 185 - color contains mainly: green. Hex color #53B976 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B976 is #AC4689. Grayscale: #939393. Windows color (decimal): -11290250 or 7780691. OLE color: 7780691.

HSL color Cylindrical-coordinate representation of color #53B976: hue angle of 140.59º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B976 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 185 118 -
CMYK 0.55 0 0.36 0.27
HSL 140.59º 0.42% 0.53% -
HSV(B) 140.59º 0.55% 0.73% -
XYZ 24.19 37.84 23.17 -
YUV 146.86 111.71 82.45 -
System Red Green Blue C M Y K H S L
Decimal 83 185 118 0.55 0 0.36 0.27 140.59 0.42 0.53
Hex 53 B9 76 37 0 24 1B 8D 2A 35
Octal 123 271 166 67 0 44 33 215 52 65
Binary 1010011 10111001 1110110 110111 0 100100 11011 10001101 101010 110101

Color Harmonies of #53B976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B976

Black with #53B976

Text Example


Text Example

White with #53B976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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