Html Css Color HEX #50E2AB Medium Aquamarine

📋 copy color: '#50E2AB'

red 80 ◦ green 226 ◦ blue 171

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

Shades of Medium Aquamarine #50E2AB

Tints of Medium Aquamarine #50E2AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.85%

R = 16.77%
G = 47.38%
B = 35.85%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#50E2AB (or 0x50E2AB) is known color: Medium Aquamarine. HEX triplet: 50, E2 and AB. RGB value is (80,226,171). Sum of RGB (Red+Green+Blue) = 80+226+171=477 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.77% from 477); Green value is 226 (88.67% from 255 or 47.38% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 226 - color contains mainly: green. Hex color #50E2AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E2AB is #AF1D54. Grayscale: #B0B0B0. Windows color (decimal): -11476309 or 11264592. OLE color: 11264592.

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

Color convert

RGB 80 226 171 -
CMYK 0.65 0 0.24 0.11
HSL 157.4º 0.72% 0.6% -
HSV(B) 157.4º 0.65% 0.89% -
XYZ 37.86 59.04 47.93 -
YUV 176.08 125.13 59.47 -
System Red Green Blue C M Y K H S L
Decimal 80 226 171 0.65 0 0.24 0.11 157.4 0.72 0.6
Hex 50 E2 AB 41 0 18 B 9D 48 3C
Octal 120 342 253 101 0 30 13 235 110 74
Binary 1010000 11100010 10101011 1000001 0 11000 1011 10011101 1001000 111100

Color Harmonies of #50E2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E2AB

Black with #50E2AB

Text Example


Text Example

White with #50E2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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