Html Css Color HEX #50D6A0 Medium Aquamarine

📋 copy color: '#50D6A0'

red 80 ◦ green 214 ◦ blue 160

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

Shades of Medium Aquamarine #50D6A0

Tints of Medium Aquamarine #50D6A0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.14%

 BLUE value IS 160 (62.89% from 255) = 35.24%

R = 17.62%
G = 47.14%
B = 35.24%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#50D6A0 (or 0x50D6A0) is known color: Medium Aquamarine. HEX triplet: 50, D6 and A0. RGB value is (80,214,160). Sum of RGB (Red+Green+Blue) = 80+214+160=454 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.62% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 214 - color contains mainly: green. Hex color #50D6A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D6A0 is #AF295F. Grayscale: #A7A7A7. Windows color (decimal): -11479392 or 10540624. OLE color: 10540624.

HSL color Cylindrical-coordinate representation of color #50D6A0: hue angle of 155.82º degrees, saturation: 0.62, 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 #50D6A0 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 214 160 -
CMYK 0.63 0 0.25 0.16
HSL 155.82º 0.62% 0.58% -
HSV(B) 155.82º 0.63% 0.84% -
XYZ 33.7 52.34 41.58 -
YUV 167.78 123.61 65.39 -
System Red Green Blue C M Y K H S L
Decimal 80 214 160 0.63 0 0.25 0.16 155.82 0.62 0.58
Hex 50 D6 A0 3F 0 19 10 9C 3E 3A
Octal 120 326 240 77 0 31 20 234 76 72
Binary 1010000 11010110 10100000 111111 0 11001 10000 10011100 111110 111010

Color Harmonies of #50D6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D6A0

Black with #50D6A0

Text Example


Text Example

White with #50D6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,214,160); }

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

background-color css

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

 a { background-color: rgb(80,214,160); }

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

border-color css

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

 span { border-color: rgb(80,214,160); }

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