#50FFA0

Color #50FFA0 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #50FFA0

Tints of Medium Aquamarine #50FFA0

Color information

#50FFA0 (or 0x50FFA0) is unknown color: approx Medium Aquamarine. HEX triplet: 50, FF and A0. RGB value is (80,255,160). Sum of RGB (Red+Green+Blue) = 80+255+160=495 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.16% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FFA0 is #AF005F. Grayscale: #C0C0C0. Windows color (decimal): -11468896 or 10551120. OLE color: 10551120.

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

Color convert

RGB80255160-
CMYK0.6900.370
HSL147.43º100%65.69%-
HSV(B)147.43º68.63%100%-
XYZ45.4175.7645.49-
YUV191.84110.0248.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.16%
GREEN value IS 255 (100% from 255) = 51.52%
BLUE value IS 160 (62.89% from 255) = 32.32%
R=16.16%
G=51.52%
B=32.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal802551600.6900.370147.4310065.69
Hex50FFA0450250936442
Octal1203772401050450223144102
Binary101000011111111101000001000101010010101001001111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50FFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50FFA0;
 }
 .AnyTagClassName
 {
   color: #50FFA0;
 }
</style>
background-color css

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

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

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

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

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

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