#50D1AB

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

Shades of Medium Aquamarine #50D1AB

Tints of Medium Aquamarine #50D1AB

Color information

#50D1AB (or 0x50D1AB) is unknown color: approx Medium Aquamarine. HEX triplet: 50, D1 and AB. RGB value is (80,209,171). Sum of RGB (Red+Green+Blue) = 80+209+171=460 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.39% from 460); Green value is 209 (82.03% from 255 or 45.43% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 209 - color contains mainly: green. Hex color #50D1AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D1AB is #AF2E54. Grayscale: #A6A6A6. Windows color (decimal): -11480661 or 11260240. OLE color: 11260240.

HSL color Cylindrical-coordinate representation of color #50D1AB: hue angle of 162.33º 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 #50D1AB is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB80209171-
CMYK0.6200.180.18
HSL162.33º58.37%56.67%-
HSV(B)162.33º61.72%81.96%-
XYZ33.4650.2546.46-
YUV166.1130.7666.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.39%
GREEN value IS 209 (82.03% from 255) = 45.43%
BLUE value IS 171 (67.19% from 255) = 37.17%
R=17.39%
G=45.43%
B=37.17%

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
Decimal802091710.6200.180.18162.3358.3756.67
Hex50D1AB3E01212a23a39
Octal12032125376022222427271
Binary101000011010001101010111111100100101001010100010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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