Html Css Color HEX #50E3B1 Medium Aquamarine

📋 copy color: '#50E3B1'

red 80 ◦ green 227 ◦ blue 177

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

Shades of Medium Aquamarine #50E3B1

Tints of Medium Aquamarine #50E3B1

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.9%

 BLUE value IS 177 (69.53% from 255) = 36.57%

R = 16.53%
G = 46.9%
B = 36.57%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#50E3B1 (or 0x50E3B1) is known color: Medium Aquamarine. HEX triplet: 50, E3 and B1. RGB value is (80,227,177). Sum of RGB (Red+Green+Blue) = 80+227+177=484 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.53% from 484); Green value is 227 (89.06% from 255 or 46.90% from 484); Blue value is 177 (69.53% from 255 or 36.57% from 484); Max value from RGB is 227 - color contains mainly: green. Hex color #50E3B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E3B1 is #AF1C4E. Grayscale: #B1B1B1. Windows color (decimal): -11476047 or 11658064. OLE color: 11658064.

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

Color convert

RGB 80 227 177 -
CMYK 0.65 0 0.22 0.11
HSL 159.59º 0.72% 0.6% -
HSV(B) 159.59º 0.65% 0.89% -
XYZ 38.71 59.82 51.1 -
YUV 177.35 127.8 58.57 -
System Red Green Blue C M Y K H S L
Decimal 80 227 177 0.65 0 0.22 0.11 159.59 0.72 0.6
Hex 50 E3 B1 41 0 16 B A0 48 3C
Octal 120 343 261 101 0 26 13 240 110 74
Binary 1010000 11100011 10110001 1000001 0 10110 1011 10100000 1001000 111100

Color Harmonies of #50E3B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E3B1

Black with #50E3B1

Text Example


Text Example

White with #50E3B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,227,177); }

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

background-color css

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

 a { background-color: rgb(80,227,177); }

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

border-color css

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

 span { border-color: rgb(80,227,177); }

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