#50F1A8

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

Shades of Medium Aquamarine #50F1A8

Tints of Medium Aquamarine #50F1A8

Color information

#50F1A8 (or 0x50F1A8) is unknown color: approx Medium Aquamarine. HEX triplet: 50, F1 and A8. RGB value is (80,241,168). Sum of RGB (Red+Green+Blue) = 80+241+168=489 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.36% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 168 (66.02% from 255 or 34.36% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #50F1A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F1A8 is #AF0E57. Grayscale: #B8B8B8. Windows color (decimal): -11472472 or 11071824. OLE color: 11071824.

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

Color convert

RGB80241168-
CMYK0.6700.300.05
HSL152.8º85.19%62.94%-
HSV(B)152.8º66.8%94.51%-
XYZ41.8367.4447.86-
YUV184.54118.6653.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.36%
GREEN value IS 241 (94.53% from 255) = 49.28%
BLUE value IS 168 (66.02% from 255) = 34.36%
R=16.36%
G=49.28%
B=34.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal802411680.6700.300.05152.885.1962.94
Hex50F1A84301E599553f
Octal120361250103036523112577
Binary101000011110001101010001000011011110101100110011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F1A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,241,168); }

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

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

 a { background-color: rgb(80,241,168); }

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

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

 span { border-color: rgb(80,241,168); }

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