#50DAB6

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

Shades of Medium Aquamarine #50DAB6

Tints of Medium Aquamarine #50DAB6

Color information

#50DAB6 (or 0x50DAB6) is unknown color: approx Medium Aquamarine. HEX triplet: 50, DA and B6. RGB value is (80,218,182). Sum of RGB (Red+Green+Blue) = 80+218+182=480 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.67% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 182 (71.48% from 255 or 37.92% from 480); Max value from RGB is 218 - color contains mainly: green. Hex color #50DAB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DAB6 is #AF2549. Grayscale: #ACACAC. Windows color (decimal): -11478346 or 11983440. OLE color: 11983440.

HSL color Cylindrical-coordinate representation of color #50DAB6: hue angle of 164.35º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50DAB6 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB80218182-
CMYK0.6300.170.15
HSL164.35º65.09%58.43%-
HSV(B)164.35º63.3%85.49%-
XYZ36.8255.2352.97-
YUV172.63133.2861.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.67%
GREEN value IS 218 (85.55% from 255) = 45.42%
BLUE value IS 182 (71.48% from 255) = 37.92%
R=16.67%
G=45.42%
B=37.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal802181820.6300.170.15164.3565.0958.43
Hex50DAB63F011Fa4413a
Octal120332266770211724410172
Binary101000011011010101101101111110100011111101001001000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,218,182); }

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

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

 a { background-color: rgb(80,218,182); }

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

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

 span { border-color: rgb(80,218,182); }

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