#50DF9B

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

Shades of Medium Aquamarine #50DF9B

Tints of Medium Aquamarine #50DF9B

Color information

#50DF9B (or 0x50DF9B) is unknown color: approx Medium Aquamarine. HEX triplet: 50, DF and 9B. RGB value is (80,223,155). Sum of RGB (Red+Green+Blue) = 80+223+155=458 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.47% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DF9B is #AF2064. Grayscale: #ACACAC. Windows color (decimal): -11477093 or 10215248. OLE color: 10215248.

HSL color Cylindrical-coordinate representation of color #50DF9B: hue angle of 151.47º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DF9B is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB80223155-
CMYK0.6400.300.13
HSL151.47º69.08%59.41%-
HSV(B)151.47º64.13%87.45%-
XYZ35.6156.8540.11-
YUV172.49118.1262.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.47%
GREEN value IS 223 (87.5% from 255) = 48.69%
BLUE value IS 155 (60.94% from 255) = 33.84%
R=17.47%
G=48.69%
B=33.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal802231550.6400.300.13151.4769.0859.41
Hex50DF9B4001ED97453b
Octal1203372331000361522710573
Binary1010000110111111001101110000000111101101100101111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,223,155); }

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

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

 a { background-color: rgb(80,223,155); }

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

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

 span { border-color: rgb(80,223,155); }

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