#50DF96

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

Shades of Medium Aquamarine #50DF96

Tints of Medium Aquamarine #50DF96

Color information

#50DF96 (or 0x50DF96) is unknown color: approx Medium Aquamarine. HEX triplet: 50, DF and 96. RGB value is (80,223,150). Sum of RGB (Red+Green+Blue) = 80+223+150=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 223 (87.5% from 255 or 49.23% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DF96 is #AF2069. Grayscale: #ACACAC. Windows color (decimal): -11477098 or 9887568. OLE color: 9887568.

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

Color convert

RGB80223150-
CMYK0.6400.330.13
HSL149.37º69.08%59.41%-
HSV(B)149.37º64.13%87.45%-
XYZ35.256.6837.94-
YUV171.92115.6262.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.66%
GREEN value IS 223 (87.5% from 255) = 49.23%
BLUE value IS 150 (58.98% from 255) = 33.11%
R=17.66%
G=49.23%
B=33.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal802231500.6400.330.13149.3769.0859.41
Hex50DF9640021D95453b
Octal1203372261000411522510573
Binary10100001101111110010110100000001000011101100101011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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