#50f3a3

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

Shades of Medium Aquamarine #50F3A3

Tints of Medium Aquamarine #50F3A3

Color information

#50F3A3 (or 0x50F3A3) is unknown color: approx Medium Aquamarine. HEX triplet: 50, F3 and A3. RGB value is (80,243,163). Sum of RGB (Red+Green+Blue) = 80+243+163=486 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.46% from 486); Green value is 243 (95.31% from 255 or 50% from 486); Blue value is 163 (64.06% from 255 or 33.54% from 486); Max value from RGB is 243 - color contains mainly: green. Hex color #50F3A3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F3A3 is #AF0C5C. Grayscale: #B9B9B9. Windows color (decimal): -11471965 or 10744656. OLE color: 10744656.

HSL color Cylindrical-coordinate representation of color #50F3A3: hue angle of 150.55º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F3A3 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB80243163-
CMYK0.6700.330.05
HSL150.55º87.17%63.33%-
HSV(B)150.55º67.08%95.29%-
XYZ41.9768.4545.65-
YUV185.14115.553-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.46%
GREEN value IS 243 (95.31% from 255) = 50%
BLUE value IS 163 (64.06% from 255) = 33.54%
R=16.46%
G=50%
B=33.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal802431630.6700.330.05150.5587.1763.33
Hex50F3A343021597573f
Octal120363243103041522712777
Binary1010000111100111010001110000110100001101100101111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50f3a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,243,163); }

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

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

 a { background-color: rgb(80,243,163); }

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

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

 span { border-color: rgb(80,243,163); }

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