Html Css Color HEX #50FEA1 Medium Aquamarine

📋 copy color: '#50FEA1'

red 80 ◦ green 254 ◦ blue 161

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

Shades of Medium Aquamarine #50FEA1

Tints of Medium Aquamarine #50FEA1

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51.31%

 BLUE value IS 161 (63.28% from 255) = 32.53%

R = 16.16%
G = 51.31%
B = 32.53%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#50FEA1 (or 0x50FEA1) is known color: Medium Aquamarine. HEX triplet: 50, FE and A1. RGB value is (80,254,161). Sum of RGB (Red+Green+Blue) = 80+254+161=495 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.16% from 495); Green value is 254 (99.61% from 255 or 51.31% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 254 - color contains mainly: green. Hex color #50FEA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FEA1 is #AF015E. Grayscale: #BFBFBF. Windows color (decimal): -11469151 or 10616400. OLE color: 10616400.

HSL color Cylindrical-coordinate representation of color #50FEA1: hue angle of 147.93º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FEA1 is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 254 161 -
CMYK 0.69 0 0.37 0.00
HSL 147.93º 0.99% 0.65% -
HSV(B) 147.93º 0.69% 1% -
XYZ 45.18 75.16 45.84 -
YUV 191.37 110.85 48.56 -
System Red Green Blue C M Y K H S L
Decimal 80 254 161 0.69 0 0.37 0.00 147.93 0.99 0.65
Hex 50 FE A1 45 0 25 0 94 63 41
Octal 120 376 241 105 0 45 0 224 143 101
Binary 1010000 11111110 10100001 1000101 0 100101 0 10010100 1100011 1000001

Color Harmonies of #50FEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FEA1

Black with #50FEA1

Text Example


Text Example

White with #50FEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,254,161); }

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

background-color css

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

 a { background-color: rgb(80,254,161); }

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

border-color css

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

 span { border-color: rgb(80,254,161); }

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