#50E6AA

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

Shades of Medium Aquamarine #50E6AA

Tints of Medium Aquamarine #50E6AA

Color information

#50E6AA (or 0x50E6AA) is unknown color: approx Medium Aquamarine. HEX triplet: 50, E6 and AA. RGB value is (80,230,170). Sum of RGB (Red+Green+Blue) = 80+230+170=480 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.67% from 480); Green value is 230 (90.23% from 255 or 47.92% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 230 - color contains mainly: green. Hex color #50E6AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50E6AA is #AF1955. Grayscale: #B2B2B2. Windows color (decimal): -11475286 or 11200080. OLE color: 11200080.

HSL color Cylindrical-coordinate representation of color #50E6AA: hue angle of 156º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E6AA is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB80230170-
CMYK0.6500.260.10
HSL156º75%60.78%-
HSV(B)156º65.22%90.2%-
XYZ38.8661.247.8-
YUV178.31123.357.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.67%
GREEN value IS 230 (90.23% from 255) = 47.92%
BLUE value IS 170 (66.80% from 255) = 35.42%
R=16.67%
G=47.92%
B=35.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal802301700.6500.260.101567560.78
Hex50E6AA4101AA9c4b3d
Octal1203462521010321223411375
Binary1010000111001101010101010000010110101010100111001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,230,170); }

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

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

 a { background-color: rgb(80,230,170); }

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

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

 span { border-color: rgb(80,230,170); }

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