Html Css Color HEX #50E39D Medium Aquamarine

📋 copy color: '#50E39D'

red 80 ◦ green 227 ◦ blue 157

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

Shades of Medium Aquamarine #50E39D

Tints of Medium Aquamarine #50E39D

RGB

 RED value IS 80 (31.64% from 255) = 17.24%

 GREEN value IS 227 (89.06% from 255) = 48.92%

 BLUE value IS 157 (61.72% from 255) = 33.84%

R = 17.24%
G = 48.92%
B = 33.84%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#50E39D (or 0x50E39D) is known color: Medium Aquamarine. HEX triplet: 50, E3 and 9D. RGB value is (80,227,157). Sum of RGB (Red+Green+Blue) = 80+227+157=464 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.24% from 464); Green value is 227 (89.06% from 255 or 48.92% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 227 - color contains mainly: green. Hex color #50E39D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E39D is #AF1C62. Grayscale: #AFAFAF. Windows color (decimal): -11476067 or 10347344. OLE color: 10347344.

HSL color Cylindrical-coordinate representation of color #50E39D: hue angle of 151.43º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E39D is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 227 157 -
CMYK 0.65 0 0.31 0.11
HSL 151.43º 0.72% 0.6% -
HSV(B) 151.43º 0.65% 0.89% -
XYZ 36.86 59.08 41.36 -
YUV 175.07 117.8 60.19 -
System Red Green Blue C M Y K H S L
Decimal 80 227 157 0.65 0 0.31 0.11 151.43 0.72 0.6
Hex 50 E3 9D 41 0 1F B 97 48 3C
Octal 120 343 235 101 0 37 13 227 110 74
Binary 1010000 11100011 10011101 1000001 0 11111 1011 10010111 1001000 111100

Color Harmonies of #50E39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E39D

Black with #50E39D

Text Example


Text Example

White with #50E39D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50E39D; }

 p { color: rgb(80,227,157); }

 H1.HeaderClassName
 {
   color: #50E39D;
 }
 .AnyTagClassName
 {
   color: #50E39D;
 }
</style>

background-color css

<style>
 a { background-color: #50E39D; }

 a { background-color: rgb(80,227,157); }

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

border-color css

<style>
 span { border-color: #50E39D; }

 span { border-color: rgb(80,227,157); }

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