Html Css Color HEX #50E2AD Medium Aquamarine

📋 copy color: '#50E2AD'

red 80 ◦ green 226 ◦ blue 173

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

Shades of Medium Aquamarine #50E2AD

Tints of Medium Aquamarine #50E2AD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.18%

 BLUE value IS 173 (67.97% from 255) = 36.12%

R = 16.7%
G = 47.18%
B = 36.12%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#50E2AD (or 0x50E2AD) is known color: Medium Aquamarine. HEX triplet: 50, E2 and AD. RGB value is (80,226,173). Sum of RGB (Red+Green+Blue) = 80+226+173=479 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.70% from 479); Green value is 226 (88.67% from 255 or 47.18% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 226 - color contains mainly: green. Hex color #50E2AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E2AD is #AF1D52. Grayscale: #B0B0B0. Windows color (decimal): -11476307 or 11395664. OLE color: 11395664.

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

Color convert

RGB 80 226 173 -
CMYK 0.65 0 0.23 0.11
HSL 158.22º 0.72% 0.6% -
HSV(B) 158.22º 0.65% 0.89% -
XYZ 38.05 59.12 48.94 -
YUV 176.3 126.13 59.31 -
System Red Green Blue C M Y K H S L
Decimal 80 226 173 0.65 0 0.23 0.11 158.22 0.72 0.6
Hex 50 E2 AD 41 0 17 B 9E 48 3C
Octal 120 342 255 101 0 27 13 236 110 74
Binary 1010000 11100010 10101101 1000001 0 10111 1011 10011110 1001000 111100

Color Harmonies of #50E2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E2AD

Black with #50E2AD

Text Example


Text Example

White with #50E2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,226,173); }

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

background-color css

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

 a { background-color: rgb(80,226,173); }

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

border-color css

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

 span { border-color: rgb(80,226,173); }

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