Html Css Color HEX #53BA73 Emerald

📋 copy color: '#53BA73'

red 83 ◦ green 186 ◦ blue 115

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

Shades of Emerald #53BA73

Tints of Emerald #53BA73

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.44%

 BLUE value IS 115 (45.31% from 255) = 29.95%

R = 21.61%
G = 48.44%
B = 29.95%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#53BA73 (or 0x53BA73) is known color: Emerald. HEX triplet: 53, BA and 73. RGB value is (83,186,115). Sum of RGB (Red+Green+Blue) = 83+186+115=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BA73 is #AC458C. Grayscale: #939393. Windows color (decimal): -11289997 or 7584339. OLE color: 7584339.

HSL color Cylindrical-coordinate representation of color #53BA73: hue angle of 138.64º degrees, saturation: 0.43, 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 #53BA73 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 186 115 -
CMYK 0.55 0 0.38 0.27
HSL 138.64º 0.43% 0.53% -
HSV(B) 138.64º 0.55% 0.73% -
XYZ 24.22 38.19 22.32 -
YUV 147.11 109.88 82.27 -
System Red Green Blue C M Y K H S L
Decimal 83 186 115 0.55 0 0.38 0.27 138.64 0.43 0.53
Hex 53 BA 73 37 0 26 1B 8B 2B 35
Octal 123 272 163 67 0 46 33 213 53 65
Binary 1010011 10111010 1110011 110111 0 100110 11011 10001011 101011 110101

Color Harmonies of #53BA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BA73

Black with #53BA73

Text Example


Text Example

White with #53BA73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,186,115); }

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

background-color css

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

 a { background-color: rgb(83,186,115); }

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

border-color css

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

 span { border-color: rgb(83,186,115); }

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