Html Css Color HEX #50E895 Medium Aquamarine

📋 copy color: '#50E895'

red 80 ◦ green 232 ◦ blue 149

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

Shades of Medium Aquamarine #50E895

Tints of Medium Aquamarine #50E895

RGB

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

 GREEN value IS 232 (91.02% from 255) = 50.33%

 BLUE value IS 149 (58.59% from 255) = 32.32%

R = 17.35%
G = 50.33%
B = 32.32%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#50E895 (or 0x50E895) is known color: Medium Aquamarine. HEX triplet: 50, E8 and 95. RGB value is (80,232,149). Sum of RGB (Red+Green+Blue) = 80+232+149=461 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.35% from 461); Green value is 232 (91.02% from 255 or 50.33% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 232 - color contains mainly: green. Hex color #50E895 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50E895 is #AF176A. Grayscale: #B1B1B1. Windows color (decimal): -11474795 or 9824336. OLE color: 9824336.

HSL color Cylindrical-coordinate representation of color #50E895: hue angle of 147.24º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50E895 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 232 149 -
CMYK 0.66 0 0.36 0.09
HSL 147.24º 0.77% 0.61% -
HSV(B) 147.24º 0.66% 0.91% -
XYZ 37.59 61.59 38.34 -
YUV 177.09 112.14 58.75 -
System Red Green Blue C M Y K H S L
Decimal 80 232 149 0.66 0 0.36 0.09 147.24 0.77 0.61
Hex 50 E8 95 42 0 24 9 93 4D 3D
Octal 120 350 225 102 0 44 11 223 115 75
Binary 1010000 11101000 10010101 1000010 0 100100 1001 10010011 1001101 111101

Color Harmonies of #50E895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E895

Black with #50E895

Text Example


Text Example

White with #50E895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,232,149); }

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

background-color css

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

 a { background-color: rgb(80,232,149); }

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

border-color css

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

 span { border-color: rgb(80,232,149); }

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