#50F4A2

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

Shades of Medium Aquamarine #50F4A2

Tints of Medium Aquamarine #50F4A2

Color information

#50F4A2 (or 0x50F4A2) is unknown color: approx Medium Aquamarine. HEX triplet: 50, F4 and A2. RGB value is (80,244,162). Sum of RGB (Red+Green+Blue) = 80+244+162=486 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.46% from 486); Green value is 244 (95.70% from 255 or 50.21% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 244 - color contains mainly: green. Hex color #50F4A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F4A2 is #AF0B5D. Grayscale: #B9B9B9. Windows color (decimal): -11471710 or 10679376. OLE color: 10679376.

HSL color Cylindrical-coordinate representation of color #50F4A2: hue angle of 150º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F4A2 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB80244162-
CMYK0.6700.340.04
HSL150º88.17%63.53%-
HSV(B)150º67.21%95.69%-
XYZ42.1869.0245.28-
YUV185.62114.6752.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.46%
GREEN value IS 244 (95.70% from 255) = 50.21%
BLUE value IS 162 (63.67% from 255) = 33.33%
R=16.46%
G=50.21%
B=33.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal802441620.6700.340.0415088.1763.53
Hex50F4A2430224965840
Octal1203642421030424226130100
Binary10100001111010010100010100001101000101001001011010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F4A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,244,162); }

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

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

 a { background-color: rgb(80,244,162); }

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

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

 span { border-color: rgb(80,244,162); }

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