Html Css Color HEX #50F49E Medium Aquamarine

📋 copy color: '#50F49E'

red 80 ◦ green 244 ◦ blue 158

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

Shades of Medium Aquamarine #50F49E

Tints of Medium Aquamarine #50F49E

RGB

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

 GREEN value IS 244 (95.7% from 255) = 50.62%

 BLUE value IS 158 (62.11% from 255) = 32.78%

R = 16.6%
G = 50.62%
B = 32.78%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#50F49E (or 0x50F49E) is known color: Medium Aquamarine. HEX triplet: 50, F4 and 9E. RGB value is (80,244,158). Sum of RGB (Red+Green+Blue) = 80+244+158=482 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.60% from 482); Green value is 244 (95.70% from 255 or 50.62% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 244 - color contains mainly: green. Hex color #50F49E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F49E is #AF0B61. Grayscale: #B9B9B9. Windows color (decimal): -11471714 or 10417232. OLE color: 10417232.

HSL color Cylindrical-coordinate representation of color #50F49E: hue angle of 148.54º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F49E is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 244 158 -
CMYK 0.67 0 0.35 0.04
HSL 148.54º 0.88% 0.64% -
HSV(B) 148.54º 0.67% 0.96% -
XYZ 41.83 68.88 43.44 -
YUV 185.16 112.67 52.99 -
System Red Green Blue C M Y K H S L
Decimal 80 244 158 0.67 0 0.35 0.04 148.54 0.88 0.64
Hex 50 F4 9E 43 0 23 4 95 58 40
Octal 120 364 236 103 0 43 4 225 130 100
Binary 1010000 11110100 10011110 1000011 0 100011 100 10010101 1011000 1000000

Color Harmonies of #50F49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F49E

Black with #50F49E

Text Example


Text Example

White with #50F49E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,244,158); }

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

background-color css

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

 a { background-color: rgb(80,244,158); }

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

border-color css

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

 span { border-color: rgb(80,244,158); }

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