#50E0B5

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

Shades of Medium Aquamarine #50E0B5

Tints of Medium Aquamarine #50E0B5

Color information

#50E0B5 (or 0x50E0B5) is unknown color: approx Medium Aquamarine. HEX triplet: 50, E0 and B5. RGB value is (80,224,181). Sum of RGB (Red+Green+Blue) = 80+224+181=485 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.49% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #50E0B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50E0B5 is #AF1F4A. Grayscale: #B0B0B0. Windows color (decimal): -11476811 or 11919440. OLE color: 11919440.

HSL color Cylindrical-coordinate representation of color #50E0B5: hue angle of 162.08º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50E0B5 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB80224181-
CMYK0.6400.190.12
HSL162.08º69.9%59.61%-
HSV(B)162.08º64.29%87.84%-
XYZ38.358.3552.96-
YUV176.04130.7959.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.49%
GREEN value IS 224 (87.89% from 255) = 46.19%
BLUE value IS 181 (71.09% from 255) = 37.32%
R=16.49%
G=46.19%
B=37.32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal802241810.6400.190.12162.0869.959.61
Hex50E0B540013Ca2463c
Octal1203402651000231424210674
Binary1010000111000001011010110000000100111100101000101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,224,181); }

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

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

 a { background-color: rgb(80,224,181); }

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

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

 span { border-color: rgb(80,224,181); }

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