#50D1AC

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

Shades of Medium Aquamarine #50D1AC

Tints of Medium Aquamarine #50D1AC

Color information

#50D1AC (or 0x50D1AC) is unknown color: approx Medium Aquamarine. HEX triplet: 50, D1 and AC. RGB value is (80,209,172). Sum of RGB (Red+Green+Blue) = 80+209+172=461 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.35% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 209 - color contains mainly: green. Hex color #50D1AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D1AC is #AF2E53. Grayscale: #A6A6A6. Windows color (decimal): -11480660 or 11325776. OLE color: 11325776.

HSL color Cylindrical-coordinate representation of color #50D1AC: hue angle of 162.79º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D1AC is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB80209172-
CMYK0.6200.180.18
HSL162.79º58.37%56.67%-
HSV(B)162.79º61.72%81.96%-
XYZ33.5650.2846.97-
YUV166.21131.2666.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.35%
GREEN value IS 209 (82.03% from 255) = 45.34%
BLUE value IS 172 (67.58% from 255) = 37.31%
R=17.35%
G=45.34%
B=37.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal802091720.6200.180.18162.7958.3756.67
Hex50D1AC3E01212a33a39
Octal12032125476022222437271
Binary101000011010001101011001111100100101001010100011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,209,172); }

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

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

 a { background-color: rgb(80,209,172); }

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

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

 span { border-color: rgb(80,209,172); }

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