Html Css Color HEX #50FEA0 Medium Aquamarine

📋 copy color: '#50FEA0'

red 80 ◦ green 254 ◦ blue 160

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

Shades of Medium Aquamarine #50FEA0

Tints of Medium Aquamarine #50FEA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.39%

R = 16.19%
G = 51.42%
B = 32.39%

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

#50FEA0 (or 0x50FEA0) is known color: Medium Aquamarine. HEX triplet: 50, FE and A0. RGB value is (80,254,160). Sum of RGB (Red+Green+Blue) = 80+254+160=494 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.19% from 494); Green value is 254 (99.61% from 255 or 51.42% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 254 - color contains mainly: green. Hex color #50FEA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FEA0 is #AF015F. Grayscale: #BFBFBF. Windows color (decimal): -11469152 or 10550864. OLE color: 10550864.

HSL color Cylindrical-coordinate representation of color #50FEA0: hue angle of 147.59º 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 #50FEA0 is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 254 160 -
CMYK 0.69 0 0.37 0.00
HSL 147.59º 0.99% 0.65% -
HSV(B) 147.59º 0.69% 1% -
XYZ 45.1 75.13 45.38 -
YUV 191.26 110.35 48.64 -
System Red Green Blue C M Y K H S L
Decimal 80 254 160 0.69 0 0.37 0.00 147.59 0.99 0.65
Hex 50 FE A0 45 0 25 0 94 63 41
Octal 120 376 240 105 0 45 0 224 143 101
Binary 1010000 11111110 10100000 1000101 0 100101 0 10010100 1100011 1000001

Color Harmonies of #50FEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FEA0

Black with #50FEA0

Text Example


Text Example

White with #50FEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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