Html Css Color HEX #50D7AB Medium Aquamarine

📋 copy color: '#50D7AB'

red 80 ◦ green 215 ◦ blue 171

#50D7AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #50D7AB

Tints of Medium Aquamarine #50D7AB

RGB

 RED value IS 80 (31.64% from 255) = 17.17%

 GREEN value IS 215 (84.38% from 255) = 46.14%

 BLUE value IS 171 (67.19% from 255) = 36.7%

R = 17.17%
G = 46.14%
B = 36.7%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#50D7AB (or 0x50D7AB) is known color: Medium Aquamarine. HEX triplet: 50, D7 and AB. RGB value is (80,215,171). Sum of RGB (Red+Green+Blue) = 80+215+171=466 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.17% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 215 - color contains mainly: green. Hex color #50D7AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D7AB is #AF2854. Grayscale: #A9A9A9. Windows color (decimal): -11479125 or 11261776. OLE color: 11261776.

HSL color Cylindrical-coordinate representation of color #50D7AB: hue angle of 160.44º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D7AB is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 215 171 -
CMYK 0.63 0 0.20 0.16
HSL 160.44º 0.63% 0.58% -
HSV(B) 160.44º 0.63% 0.84% -
XYZ 34.96 53.25 46.96 -
YUV 169.62 128.77 64.08 -
System Red Green Blue C M Y K H S L
Decimal 80 215 171 0.63 0 0.20 0.16 160.44 0.63 0.58
Hex 50 D7 AB 3F 0 14 10 A0 3F 3A
Octal 120 327 253 77 0 24 20 240 77 72
Binary 1010000 11010111 10101011 111111 0 10100 10000 10100000 111111 111010

Color Harmonies of #50D7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D7AB

Black with #50D7AB

Text Example


Text Example

White with #50D7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50D7AB;
 }
 .AnyTagClassName
 {
   color: #50D7AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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