Html Css Color HEX #50E49A Medium Aquamarine

📋 copy color: '#50E49A'

red 80 ◦ green 228 ◦ blue 154

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

Shades of Medium Aquamarine #50E49A

Tints of Medium Aquamarine #50E49A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 49.35%

 BLUE value IS 154 (60.55% from 255) = 33.33%

R = 17.32%
G = 49.35%
B = 33.33%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#50E49A (or 0x50E49A) is known color: Medium Aquamarine. HEX triplet: 50, E4 and 9A. RGB value is (80,228,154). Sum of RGB (Red+Green+Blue) = 80+228+154=462 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.32% from 462); Green value is 228 (89.45% from 255 or 49.35% from 462); Blue value is 154 (60.55% from 255 or 33.33% from 462); Max value from RGB is 228 - color contains mainly: green. Hex color #50E49A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E49A is #AF1B65. Grayscale: #AFAFAF. Windows color (decimal): -11475814 or 10150992. OLE color: 10150992.

HSL color Cylindrical-coordinate representation of color #50E49A: hue angle of 150º degrees, saturation: 0.73, 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 #50E49A is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 228 154 -
CMYK 0.65 0 0.32 0.11
HSL 150º 0.73% 0.6% -
HSV(B) 150º 0.65% 0.89% -
XYZ 36.88 59.53 40.12 -
YUV 175.31 115.97 60.02 -
System Red Green Blue C M Y K H S L
Decimal 80 228 154 0.65 0 0.32 0.11 150 0.73 0.6
Hex 50 E4 9A 41 0 20 B 96 49 3C
Octal 120 344 232 101 0 40 13 226 111 74
Binary 1010000 11100100 10011010 1000001 0 100000 1011 10010110 1001001 111100

Color Harmonies of #50E49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E49A

Black with #50E49A

Text Example


Text Example

White with #50E49A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,228,154); }

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

background-color css

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

 a { background-color: rgb(80,228,154); }

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

border-color css

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

 span { border-color: rgb(80,228,154); }

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