Html Css Color HEX #50ED9F Medium Aquamarine

📋 copy color: '#50ED9F'

red 80 ◦ green 237 ◦ blue 159

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

Shades of Medium Aquamarine #50ED9F

Tints of Medium Aquamarine #50ED9F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.79%

 BLUE value IS 159 (62.5% from 255) = 33.4%

R = 16.81%
G = 49.79%
B = 33.4%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#50ED9F (or 0x50ED9F) is known color: Medium Aquamarine. HEX triplet: 50, ED and 9F. RGB value is (80,237,159). Sum of RGB (Red+Green+Blue) = 80+237+159=476 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.81% from 476); Green value is 237 (92.97% from 255 or 49.79% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 237 - color contains mainly: green. Hex color #50ED9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50ED9F is #AF1260. Grayscale: #B5B5B5. Windows color (decimal): -11473505 or 10480976. OLE color: 10480976.

HSL color Cylindrical-coordinate representation of color #50ED9F: hue angle of 150.19º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50ED9F is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 237 159 -
CMYK 0.66 0 0.33 0.07
HSL 150.19º 0.81% 0.62% -
HSV(B) 150.19º 0.66% 0.93% -
XYZ 39.85 64.78 43.2 -
YUV 181.17 115.49 55.84 -
System Red Green Blue C M Y K H S L
Decimal 80 237 159 0.66 0 0.33 0.07 150.19 0.81 0.62
Hex 50 ED 9F 42 0 21 7 96 51 3E
Octal 120 355 237 102 0 41 7 226 121 76
Binary 1010000 11101101 10011111 1000010 0 100001 111 10010110 1010001 111110

Color Harmonies of #50ED9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ED9F

Black with #50ED9F

Text Example


Text Example

White with #50ED9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,237,159); }

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

background-color css

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

 a { background-color: rgb(80,237,159); }

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

border-color css

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

 span { border-color: rgb(80,237,159); }

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