#50DF9A

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

Shades of Medium Aquamarine #50DF9A

Tints of Medium Aquamarine #50DF9A

Color information

#50DF9A (or 0x50DF9A) is unknown color: approx Medium Aquamarine. HEX triplet: 50, DF and 9A. RGB value is (80,223,154). Sum of RGB (Red+Green+Blue) = 80+223+154=457 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.51% from 457); Green value is 223 (87.5% from 255 or 48.80% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DF9A is #AF2065. Grayscale: #ACACAC. Windows color (decimal): -11477094 or 10149712. OLE color: 10149712.

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

Color convert

RGB80223154-
CMYK0.6400.310.13
HSL151.05º69.08%59.41%-
HSV(B)151.05º64.13%87.45%-
XYZ35.5356.8139.67-
YUV172.38117.6262.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.51%
GREEN value IS 223 (87.5% from 255) = 48.80%
BLUE value IS 154 (60.55% from 255) = 33.70%
R=17.51%
G=48.80%
B=33.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal802231540.6400.310.13151.0569.0859.41
Hex50DF9A4001FD97453b
Octal1203372321000371522710573
Binary1010000110111111001101010000000111111101100101111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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