Html Css Color HEX #53BC73 Emerald

📋 copy color: '#53BC73'

red 83 ◦ green 188 ◦ blue 115

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

Shades of Emerald #53BC73

Tints of Emerald #53BC73

RGB

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

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

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

R = 21.5%
G = 48.7%
B = 29.79%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#53BC73 (or 0x53BC73) is known color: Emerald. HEX triplet: 53, BC and 73. RGB value is (83,188,115). Sum of RGB (Red+Green+Blue) = 83+188+115=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BC73 is #AC438C. Grayscale: #949494. Windows color (decimal): -11289485 or 7584851. OLE color: 7584851.

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

Color convert

RGB 83 188 115 -
CMYK 0.56 0 0.39 0.26
HSL 138.29º 0.44% 0.53% -
HSV(B) 138.29º 0.56% 0.74% -
XYZ 24.65 39.04 22.46 -
YUV 148.28 109.21 81.44 -
System Red Green Blue C M Y K H S L
Decimal 83 188 115 0.56 0 0.39 0.26 138.29 0.44 0.53
Hex 53 BC 73 38 0 27 1A 8A 2C 35
Octal 123 274 163 70 0 47 32 212 54 65
Binary 1010011 10111100 1110011 111000 0 100111 11010 10001010 101100 110101

Color Harmonies of #53BC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BC73

Black with #53BC73

Text Example


Text Example

White with #53BC73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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