#50F1A7

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

Shades of Medium Aquamarine #50F1A7

Tints of Medium Aquamarine #50F1A7

Color information

#50F1A7 (or 0x50F1A7) is unknown color: approx Medium Aquamarine. HEX triplet: 50, F1 and A7. RGB value is (80,241,167). Sum of RGB (Red+Green+Blue) = 80+241+167=488 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.39% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 167 (65.62% from 255 or 34.22% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #50F1A7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F1A7 is #AF0E58. Grayscale: #B8B8B8. Windows color (decimal): -11472473 or 11006288. OLE color: 11006288.

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

Color convert

RGB80241167-
CMYK0.6700.310.05
HSL152.42º85.19%62.94%-
HSV(B)152.42º66.8%94.51%-
XYZ41.7467.4147.37-
YUV184.42118.1653.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.39%
GREEN value IS 241 (94.53% from 255) = 49.39%
BLUE value IS 167 (65.62% from 255) = 34.22%
R=16.39%
G=49.39%
B=34.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal802411670.6700.310.05152.4285.1962.94
Hex50F1A74301F598553f
Octal120361247103037523012577
Binary101000011110001101001111000011011111101100110001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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