Html Css Color HEX #50E9AC Medium Aquamarine

📋 copy color: '#50E9AC'

red 80 ◦ green 233 ◦ blue 172

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

Shades of Medium Aquamarine #50E9AC

Tints of Medium Aquamarine #50E9AC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.04%

 BLUE value IS 172 (67.58% from 255) = 35.46%

R = 16.49%
G = 48.04%
B = 35.46%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#50E9AC (or 0x50E9AC) is known color: Medium Aquamarine. HEX triplet: 50, E9 and AC. RGB value is (80,233,172). Sum of RGB (Red+Green+Blue) = 80+233+172=485 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.49% from 485); Green value is 233 (91.41% from 255 or 48.04% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 233 - color contains mainly: green. Hex color #50E9AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50E9AC is #AF1653. Grayscale: #B4B4B4. Windows color (decimal): -11474516 or 11331920. OLE color: 11331920.

HSL color Cylindrical-coordinate representation of color #50E9AC: hue angle of 156.08º degrees, saturation: 0.78, 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 #50E9AC is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 233 172 -
CMYK 0.66 0 0.26 0.09
HSL 156.08º 0.78% 0.61% -
HSV(B) 156.08º 0.66% 0.91% -
XYZ 39.89 62.96 49.08 -
YUV 180.3 123.31 56.46 -
System Red Green Blue C M Y K H S L
Decimal 80 233 172 0.66 0 0.26 0.09 156.08 0.78 0.61
Hex 50 E9 AC 42 0 1A 9 9C 4E 3D
Octal 120 351 254 102 0 32 11 234 116 75
Binary 1010000 11101001 10101100 1000010 0 11010 1001 10011100 1001110 111101

Color Harmonies of #50E9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E9AC

Black with #50E9AC

Text Example


Text Example

White with #50E9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,233,172); }

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

background-color css

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

 a { background-color: rgb(80,233,172); }

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

border-color css

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

 span { border-color: rgb(80,233,172); }

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