Html Css Color HEX #50ECA5 Medium Aquamarine

📋 copy color: '#50ECA5'

red 80 ◦ green 236 ◦ blue 165

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

Shades of Medium Aquamarine #50ECA5

Tints of Medium Aquamarine #50ECA5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.06%

 BLUE value IS 165 (64.84% from 255) = 34.3%

R = 16.63%
G = 49.06%
B = 34.3%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#50ECA5 (or 0x50ECA5) is known color: Medium Aquamarine. HEX triplet: 50, EC and A5. RGB value is (80,236,165). Sum of RGB (Red+Green+Blue) = 80+236+165=481 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.63% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 165 (64.84% from 255 or 34.30% from 481); Max value from RGB is 236 - color contains mainly: green. Hex color #50ECA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50ECA5 is #AF135A. Grayscale: #B5B5B5. Windows color (decimal): -11473755 or 10873936. OLE color: 10873936.

HSL color Cylindrical-coordinate representation of color #50ECA5: hue angle of 152.69º degrees, saturation: 0.8, 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 #50ECA5 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 236 165 -
CMYK 0.66 0 0.30 0.07
HSL 152.69º 0.8% 0.62% -
HSV(B) 152.69º 0.66% 0.93% -
XYZ 40.1 64.41 45.92 -
YUV 181.26 118.82 55.77 -
System Red Green Blue C M Y K H S L
Decimal 80 236 165 0.66 0 0.30 0.07 152.69 0.8 0.62
Hex 50 EC A5 42 0 1E 7 99 50 3E
Octal 120 354 245 102 0 36 7 231 120 76
Binary 1010000 11101100 10100101 1000010 0 11110 111 10011001 1010000 111110

Color Harmonies of #50ECA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ECA5

Black with #50ECA5

Text Example


Text Example

White with #50ECA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,236,165); }

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

background-color css

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

 a { background-color: rgb(80,236,165); }

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

border-color css

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

 span { border-color: rgb(80,236,165); }

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