Html Css Color HEX #50FFA1 Medium Aquamarine

📋 copy color: '#50FFA1'

red 80 ◦ green 255 ◦ blue 161

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

Shades of Medium Aquamarine #50FFA1

Tints of Medium Aquamarine #50FFA1

RGB

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

 GREEN value IS 255 (100% from 255) = 51.41%

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

R = 16.13%
G = 51.41%
B = 32.46%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#50FFA1 (or 0x50FFA1) is known color: Medium Aquamarine. HEX triplet: 50, FF and A1. RGB value is (80,255,161). Sum of RGB (Red+Green+Blue) = 80+255+161=496 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.13% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FFA1 is #AF005E. Grayscale: #C0C0C0. Windows color (decimal): -11468895 or 10616656. OLE color: 10616656.

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

Color convert

RGB 80 255 161 -
CMYK 0.69 0 0.37 0
HSL 147.77º 1% 0.66% -
HSV(B) 147.77º 0.69% 1% -
XYZ 45.5 75.8 45.95 -
YUV 191.96 110.52 48.14 -
System Red Green Blue C M Y K H S L
Decimal 80 255 161 0.69 0 0.37 0 147.77 1 0.66
Hex 50 FF A1 45 0 25 0 94 64 42
Octal 120 377 241 105 0 45 0 224 144 102
Binary 1010000 11111111 10100001 1000101 0 100101 0 10010100 1100100 1000010

Color Harmonies of #50FFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FFA1

Black with #50FFA1

Text Example


Text Example

White with #50FFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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