Html Css Color HEX #53BC7E Emerald

📋 copy color: '#53BC7E'

red 83 ◦ green 188 ◦ blue 126

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

Shades of Emerald #53BC7E

Tints of Emerald #53BC7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.74%

R = 20.91%
G = 47.36%
B = 31.74%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#53BC7E (or 0x53BC7E) is known color: Emerald. HEX triplet: 53, BC and 7E. RGB value is (83,188,126). Sum of RGB (Red+Green+Blue) = 83+188+126=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BC7E is #AC4381. Grayscale: #959595. Windows color (decimal): -11289474 or 8305747. OLE color: 8305747.

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

Color convert

RGB 83 188 126 -
CMYK 0.56 0 0.33 0.26
HSL 144.57º 0.44% 0.53% -
HSV(B) 144.57º 0.56% 0.74% -
XYZ 25.32 39.31 25.99 -
YUV 149.54 114.71 80.54 -
System Red Green Blue C M Y K H S L
Decimal 83 188 126 0.56 0 0.33 0.26 144.57 0.44 0.53
Hex 53 BC 7E 38 0 21 1A 91 2C 35
Octal 123 274 176 70 0 41 32 221 54 65
Binary 1010011 10111100 1111110 111000 0 100001 11010 10010001 101100 110101

Color Harmonies of #53BC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BC7E

Black with #53BC7E

Text Example


Text Example

White with #53BC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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