Html Css Color HEX #53BA7D Emerald

📋 copy color: '#53BA7D'

red 83 ◦ green 186 ◦ blue 125

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

Shades of Emerald #53BA7D

Tints of Emerald #53BA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.73%

R = 21.07%
G = 47.21%
B = 31.73%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#53BA7D (or 0x53BA7D) is known color: Emerald. HEX triplet: 53, BA and 7D. RGB value is (83,186,125). Sum of RGB (Red+Green+Blue) = 83+186+125=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BA7D is #AC4582. Grayscale: #949494. Windows color (decimal): -11289987 or 8239699. OLE color: 8239699.

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

Color convert

RGB 83 186 125 -
CMYK 0.55 0 0.33 0.27
HSL 144.47º 0.43% 0.53% -
HSV(B) 144.47º 0.55% 0.73% -
XYZ 24.83 38.44 25.51 -
YUV 148.25 114.88 81.46 -
System Red Green Blue C M Y K H S L
Decimal 83 186 125 0.55 0 0.33 0.27 144.47 0.43 0.53
Hex 53 BA 7D 37 0 21 1B 90 2B 35
Octal 123 272 175 67 0 41 33 220 53 65
Binary 1010011 10111010 1111101 110111 0 100001 11011 10010000 101011 110101

Color Harmonies of #53BA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BA7D

Black with #53BA7D

Text Example


Text Example

White with #53BA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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