Html Css Color HEX #50E0AB Medium Aquamarine

📋 copy color: '#50E0AB'

red 80 ◦ green 224 ◦ blue 171

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

Shades of Medium Aquamarine #50E0AB

Tints of Medium Aquamarine #50E0AB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.16%

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

R = 16.84%
G = 47.16%
B = 36%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#50E0AB (or 0x50E0AB) is known color: Medium Aquamarine. HEX triplet: 50, E0 and AB. RGB value is (80,224,171). Sum of RGB (Red+Green+Blue) = 80+224+171=475 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.84% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 224 - color contains mainly: green. Hex color #50E0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E0AB is #AF1F54. Grayscale: #AEAEAE. Windows color (decimal): -11476821 or 11264080. OLE color: 11264080.

HSL color Cylindrical-coordinate representation of color #50E0AB: hue angle of 157.92º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50E0AB is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 224 171 -
CMYK 0.64 0 0.24 0.12
HSL 157.92º 0.7% 0.6% -
HSV(B) 157.92º 0.64% 0.88% -
XYZ 37.31 57.96 47.75 -
YUV 174.9 125.79 60.31 -
System Red Green Blue C M Y K H S L
Decimal 80 224 171 0.64 0 0.24 0.12 157.92 0.7 0.6
Hex 50 E0 AB 40 0 18 C 9E 46 3C
Octal 120 340 253 100 0 30 14 236 106 74
Binary 1010000 11100000 10101011 1000000 0 11000 1100 10011110 1000110 111100

Color Harmonies of #50E0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E0AB

Black with #50E0AB

Text Example


Text Example

White with #50E0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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