#50F3AF

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

Shades of Medium Aquamarine #50F3AF

Tints of Medium Aquamarine #50F3AF

Color information

#50F3AF (or 0x50F3AF) is unknown color: approx Medium Aquamarine. HEX triplet: 50, F3 and AF. RGB value is (80,243,175). Sum of RGB (Red+Green+Blue) = 80+243+175=498 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.06% from 498); Green value is 243 (95.31% from 255 or 48.80% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 243 - color contains mainly: green. Hex color #50F3AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F3AF is #AF0C50. Grayscale: #BABABA. Windows color (decimal): -11471953 or 11531088. OLE color: 11531088.

HSL color Cylindrical-coordinate representation of color #50F3AF: hue angle of 154.97º 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 #50F3AF is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB80243175-
CMYK0.6700.280.05
HSL154.97º87.17%63.33%-
HSV(B)154.97º67.08%95.29%-
XYZ43.168.951.59-
YUV186.51121.552.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.06%
GREEN value IS 243 (95.31% from 255) = 48.80%
BLUE value IS 175 (68.75% from 255) = 35.14%
R=16.06%
G=48.80%
B=35.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal802431750.6700.280.05154.9787.1763.33
Hex50F3AF4301C59b573f
Octal120363257103034523312777
Binary101000011110011101011111000011011100101100110111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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