Html Css Color HEX #50FFA9 Medium Aquamarine

📋 copy color: '#50FFA9'

red 80 ◦ green 255 ◦ blue 169

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

Shades of Medium Aquamarine #50FFA9

Tints of Medium Aquamarine #50FFA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 33.53%

R = 15.87%
G = 50.6%
B = 33.53%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#50FFA9 (or 0x50FFA9) is known color: Medium Aquamarine. HEX triplet: 50, FF and A9. RGB value is (80,255,169). Sum of RGB (Red+Green+Blue) = 80+255+169=504 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.87% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FFA9 is #AF0056. Grayscale: #C1C1C1. Windows color (decimal): -11468887 or 11140944. OLE color: 11140944.

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

Color convert

RGB 80 255 169 -
CMYK 0.69 0 0.34 0
HSL 150.51º 1% 0.66% -
HSV(B) 150.51º 0.69% 1% -
XYZ 46.23 76.09 49.79 -
YUV 192.87 114.52 47.49 -
System Red Green Blue C M Y K H S L
Decimal 80 255 169 0.69 0 0.34 0 150.51 1 0.66
Hex 50 FF A9 45 0 22 0 97 64 42
Octal 120 377 251 105 0 42 0 227 144 102
Binary 1010000 11111111 10101001 1000101 0 100010 0 10010111 1100100 1000010

Color Harmonies of #50FFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FFA9

Black with #50FFA9

Text Example


Text Example

White with #50FFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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