#50E0B3

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

Shades of Medium Aquamarine #50E0B3

Tints of Medium Aquamarine #50E0B3

Color information

#50E0B3 (or 0x50E0B3) is unknown color: approx Medium Aquamarine. HEX triplet: 50, E0 and B3. RGB value is (80,224,179). Sum of RGB (Red+Green+Blue) = 80+224+179=483 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.56% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 224 - color contains mainly: green. Hex color #50E0B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50E0B3 is #AF1F4C. Grayscale: #AFAFAF. Windows color (decimal): -11476813 or 11788368. OLE color: 11788368.

HSL color Cylindrical-coordinate representation of color #50E0B3: hue angle of 161.25º 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 #50E0B3 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB80224179-
CMYK0.6400.200.12
HSL161.25º69.9%59.61%-
HSV(B)161.25º64.29%87.84%-
XYZ38.158.2751.89-
YUV175.81129.7959.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.56%
GREEN value IS 224 (87.89% from 255) = 46.38%
BLUE value IS 179 (70.31% from 255) = 37.06%
R=16.56%
G=46.38%
B=37.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal802241790.6400.200.12161.2569.959.61
Hex50E0B340014Ca1463c
Octal1203402631000241424110674
Binary1010000111000001011001110000000101001100101000011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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